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 DeleteIdentityPolicyResultAbstractAmazonSimpleEmailService. deleteIdentityPolicy(DeleteIdentityPolicyRequest request)DeleteIdentityPolicyResultAmazonSimpleEmailService. deleteIdentityPolicy(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest)Deletes the specified sending authorization policy for the given identity (email address or domain).DeleteIdentityPolicyResultAmazonSimpleEmailServiceClient. 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 DeleteIdentityPolicyRequestDeleteIdentityPolicyRequest. clone()DeleteIdentityPolicyRequestDeleteIdentityPolicyRequest. withIdentity(String identity)The identity that is associated with the policy that you want to delete.DeleteIdentityPolicyRequestDeleteIdentityPolicyRequest. withPolicyName(String policyName)The name of the policy to be deleted.
-