Package | Description |
---|---|
com.amazonaws.services.simpleemail | |
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Method and Description |
---|---|
PutIdentityPolicyResult |
AmazonSimpleEmailServiceClient.putIdentityPolicy(PutIdentityPolicyRequest putIdentityPolicyRequest)
Adds or updates a sending authorization policy for the specified identity
(email address or domain).
|
PutIdentityPolicyResult |
AmazonSimpleEmailService.putIdentityPolicy(PutIdentityPolicyRequest putIdentityPolicyRequest)
Adds or updates a sending authorization policy for the specified identity
(email address or domain).
|
PutIdentityPolicyResult |
AbstractAmazonSimpleEmailService.putIdentityPolicy(PutIdentityPolicyRequest request) |
java.util.concurrent.Future<PutIdentityPolicyResult> |
AmazonSimpleEmailServiceAsyncClient.putIdentityPolicyAsync(PutIdentityPolicyRequest request) |
java.util.concurrent.Future<PutIdentityPolicyResult> |
AmazonSimpleEmailServiceAsync.putIdentityPolicyAsync(PutIdentityPolicyRequest putIdentityPolicyRequest)
Adds or updates a sending authorization policy for the specified identity
(email address or domain).
|
java.util.concurrent.Future<PutIdentityPolicyResult> |
AbstractAmazonSimpleEmailServiceAsync.putIdentityPolicyAsync(PutIdentityPolicyRequest request) |
java.util.concurrent.Future<PutIdentityPolicyResult> |
AmazonSimpleEmailServiceAsyncClient.putIdentityPolicyAsync(PutIdentityPolicyRequest request,
AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler) |
java.util.concurrent.Future<PutIdentityPolicyResult> |
AmazonSimpleEmailServiceAsync.putIdentityPolicyAsync(PutIdentityPolicyRequest putIdentityPolicyRequest,
AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler)
Adds or updates a sending authorization policy for the specified identity
(email address or domain).
|
java.util.concurrent.Future<PutIdentityPolicyResult> |
AbstractAmazonSimpleEmailServiceAsync.putIdentityPolicyAsync(PutIdentityPolicyRequest request,
AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<PutIdentityPolicyResult> |
AmazonSimpleEmailServiceAsyncClient.putIdentityPolicyAsync(PutIdentityPolicyRequest request,
AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler) |
java.util.concurrent.Future<PutIdentityPolicyResult> |
AmazonSimpleEmailServiceAsync.putIdentityPolicyAsync(PutIdentityPolicyRequest putIdentityPolicyRequest,
AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler)
Adds or updates a sending authorization policy for the specified identity
(email address or domain).
|
java.util.concurrent.Future<PutIdentityPolicyResult> |
AbstractAmazonSimpleEmailServiceAsync.putIdentityPolicyAsync(PutIdentityPolicyRequest request,
AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutIdentityPolicyRequest |
PutIdentityPolicyRequest.clone() |
PutIdentityPolicyRequest |
PutIdentityPolicyRequest.withIdentity(java.lang.String identity)
The identity to which the policy will apply.
|
PutIdentityPolicyRequest |
PutIdentityPolicyRequest.withPolicy(java.lang.String policy)
The text of the policy in JSON format.
|
PutIdentityPolicyRequest |
PutIdentityPolicyRequest.withPolicyName(java.lang.String policyName)
The name of the policy.
|
Modifier and Type | Method and Description |
---|---|
Request<PutIdentityPolicyRequest> |
PutIdentityPolicyRequestMarshaller.marshall(PutIdentityPolicyRequest putIdentityPolicyRequest) |
Modifier and Type | Method and Description |
---|---|
Request<PutIdentityPolicyRequest> |
PutIdentityPolicyRequestMarshaller.marshall(PutIdentityPolicyRequest putIdentityPolicyRequest) |