| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail |
Synchronous and asynchronous client classes for accessing AmazonSimpleEmailService.
|
| com.amazonaws.services.simpleemail.model |
Classes modeling the various types represented by AmazonSimpleEmailService.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIdentityPolicyResult |
AmazonSimpleEmailServiceClient.deleteIdentityPolicy(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest)
Deletes the specified sending authorization policy for the given
identity (email address or domain).
|
DeleteIdentityPolicyResult |
AmazonSimpleEmailService.deleteIdentityPolicy(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest)
Deletes the specified sending authorization policy for the given
identity (email address or domain).
|
Future<DeleteIdentityPolicyResult> |
AmazonSimpleEmailServiceAsync.deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest)
Deletes the specified sending authorization policy for the given
identity (email address or domain).
|
Future<DeleteIdentityPolicyResult> |
AmazonSimpleEmailServiceAsyncClient.deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest)
Deletes the specified sending authorization policy for the given
identity (email address or domain).
|
Future<DeleteIdentityPolicyResult> |
AmazonSimpleEmailServiceAsync.deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest,
com.amazonaws.handlers.AsyncHandler<DeleteIdentityPolicyRequest,DeleteIdentityPolicyResult> asyncHandler)
Deletes the specified sending authorization policy for the given
identity (email address or domain).
|
Future<DeleteIdentityPolicyResult> |
AmazonSimpleEmailServiceAsyncClient.deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest,
com.amazonaws.handlers.AsyncHandler<DeleteIdentityPolicyRequest,DeleteIdentityPolicyResult> asyncHandler)
Deletes the specified sending authorization policy for the given
identity (email address or domain).
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteIdentityPolicyResult> |
AmazonSimpleEmailServiceAsync.deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest,
com.amazonaws.handlers.AsyncHandler<DeleteIdentityPolicyRequest,DeleteIdentityPolicyResult> asyncHandler)
Deletes the specified sending authorization policy for the given
identity (email address or domain).
|
Future<DeleteIdentityPolicyResult> |
AmazonSimpleEmailServiceAsyncClient.deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest,
com.amazonaws.handlers.AsyncHandler<DeleteIdentityPolicyRequest,DeleteIdentityPolicyResult> asyncHandler)
Deletes the specified sending authorization policy for the given
identity (email address or domain).
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIdentityPolicyRequest |
DeleteIdentityPolicyRequest.clone() |
DeleteIdentityPolicyRequest |
DeleteIdentityPolicyRequest.withIdentity(String identity)
The identity that is associated with the policy that you want to
delete.
|
DeleteIdentityPolicyRequest |
DeleteIdentityPolicyRequest.withPolicyName(String policyName)
The name of the policy to be deleted.
|
Copyright © 2015. All rights reserved.