Uses of Class
com.amazonaws.services.simpleemail.model.DeleteIdentityPolicyResult
-
Packages that use DeleteIdentityPolicyResult Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of DeleteIdentityPolicyResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return DeleteIdentityPolicyResult 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).Method parameters in com.amazonaws.services.simpleemail with type arguments of type DeleteIdentityPolicyResult 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 DeleteIdentityPolicyResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return DeleteIdentityPolicyResult Modifier and Type Method Description DeleteIdentityPolicyResultDeleteIdentityPolicyResult. clone()
-