Uses of Class
com.amazonaws.services.simpleemail.model.DeleteIdentityPolicyRequest
-
Packages that use DeleteIdentityPolicyRequest Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of DeleteIdentityPolicyRequest in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail with parameters of type DeleteIdentityPolicyRequest Modifier and Type Method Description DeleteIdentityPolicyResult
AbstractAmazonSimpleEmailService. deleteIdentityPolicy(DeleteIdentityPolicyRequest request)
DeleteIdentityPolicyResult
AmazonSimpleEmailService. deleteIdentityPolicy(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest)
Deletes the specified sending authorization policy for the given identity (email address or domain).DeleteIdentityPolicyResult
AmazonSimpleEmailServiceClient. deleteIdentityPolicy(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest)
Deletes the specified sending authorization policy for the given identity (email address or domain).Future<DeleteIdentityPolicyResult>
AbstractAmazonSimpleEmailServiceAsync. deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest request)
Future<DeleteIdentityPolicyResult>
AbstractAmazonSimpleEmailServiceAsync. deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest request, AsyncHandler<DeleteIdentityPolicyRequest,DeleteIdentityPolicyResult> asyncHandler)
Future<DeleteIdentityPolicyResult>
AmazonSimpleEmailServiceAsync. deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest)
Deletes the specified sending authorization policy for the given identity (email address or domain).Future<DeleteIdentityPolicyResult>
AmazonSimpleEmailServiceAsync. deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest, AsyncHandler<DeleteIdentityPolicyRequest,DeleteIdentityPolicyResult> asyncHandler)
Deletes the specified sending authorization policy for the given identity (email address or domain).Future<DeleteIdentityPolicyResult>
AmazonSimpleEmailServiceAsyncClient. deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest request)
Future<DeleteIdentityPolicyResult>
AmazonSimpleEmailServiceAsyncClient. deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest request, AsyncHandler<DeleteIdentityPolicyRequest,DeleteIdentityPolicyResult> asyncHandler)
Method parameters in com.amazonaws.services.simpleemail with type arguments of type DeleteIdentityPolicyRequest Modifier and Type Method Description Future<DeleteIdentityPolicyResult>
AbstractAmazonSimpleEmailServiceAsync. deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest request, AsyncHandler<DeleteIdentityPolicyRequest,DeleteIdentityPolicyResult> asyncHandler)
Future<DeleteIdentityPolicyResult>
AmazonSimpleEmailServiceAsync. deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest, AsyncHandler<DeleteIdentityPolicyRequest,DeleteIdentityPolicyResult> asyncHandler)
Deletes the specified sending authorization policy for the given identity (email address or domain).Future<DeleteIdentityPolicyResult>
AmazonSimpleEmailServiceAsyncClient. deleteIdentityPolicyAsync(DeleteIdentityPolicyRequest request, AsyncHandler<DeleteIdentityPolicyRequest,DeleteIdentityPolicyResult> asyncHandler)
-
Uses of DeleteIdentityPolicyRequest in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return DeleteIdentityPolicyRequest Modifier and Type Method 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.
-