Uses of Class
com.amazonaws.services.simpleemail.model.DeleteIdentityPolicyRequest
Packages that use DeleteIdentityPolicyRequest
-
Uses of DeleteIdentityPolicyRequest in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail with parameters of type DeleteIdentityPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.deleteIdentityPolicy
(DeleteIdentityPolicyRequest request) AmazonSimpleEmailService.deleteIdentityPolicy
(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest) Deletes the specified sending authorization policy for the given identity (email address or domain).AmazonSimpleEmailServiceClient.deleteIdentityPolicy
(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest) Deletes the specified sending authorization policy for the given identity (email address or domain).AbstractAmazonSimpleEmailServiceAsync.deleteIdentityPolicyAsync
(DeleteIdentityPolicyRequest request) AbstractAmazonSimpleEmailServiceAsync.deleteIdentityPolicyAsync
(DeleteIdentityPolicyRequest request, AsyncHandler<DeleteIdentityPolicyRequest, DeleteIdentityPolicyResult> asyncHandler) AmazonSimpleEmailServiceAsync.deleteIdentityPolicyAsync
(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest) Deletes the specified sending authorization policy for the given identity (email address or domain).AmazonSimpleEmailServiceAsync.deleteIdentityPolicyAsync
(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest, AsyncHandler<DeleteIdentityPolicyRequest, DeleteIdentityPolicyResult> asyncHandler) Deletes the specified sending authorization policy for the given identity (email address or domain).AmazonSimpleEmailServiceAsyncClient.deleteIdentityPolicyAsync
(DeleteIdentityPolicyRequest request) AmazonSimpleEmailServiceAsyncClient.deleteIdentityPolicyAsync
(DeleteIdentityPolicyRequest request, AsyncHandler<DeleteIdentityPolicyRequest, DeleteIdentityPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type DeleteIdentityPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.deleteIdentityPolicyAsync
(DeleteIdentityPolicyRequest request, AsyncHandler<DeleteIdentityPolicyRequest, DeleteIdentityPolicyResult> asyncHandler) AmazonSimpleEmailServiceAsync.deleteIdentityPolicyAsync
(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest, AsyncHandler<DeleteIdentityPolicyRequest, DeleteIdentityPolicyResult> asyncHandler) Deletes the specified sending authorization policy for the given identity (email address or domain).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 DeleteIdentityPolicyRequestModifier and TypeMethodDescriptionDeleteIdentityPolicyRequest.clone()
DeleteIdentityPolicyRequest.withIdentity
(String identity) The identity that is associated with the policy that you want to delete.DeleteIdentityPolicyRequest.withPolicyName
(String policyName) The name of the policy to be deleted.