Uses of Class
software.amazon.awssdk.services.ses.model.DeleteIdentityPolicyResponse
-
Packages that use DeleteIdentityPolicyResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of DeleteIdentityPolicyResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DeleteIdentityPolicyResponse Modifier and Type Method Description default DeleteIdentityPolicyResponseSesClient. deleteIdentityPolicy(Consumer<DeleteIdentityPolicyRequest.Builder> deleteIdentityPolicyRequest)Deletes the specified sending authorization policy for the given identity (an email address or a domain).default DeleteIdentityPolicyResponseSesClient. deleteIdentityPolicy(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest)Deletes the specified sending authorization policy for the given identity (an email address or a domain).Methods in software.amazon.awssdk.services.ses that return types with arguments of type DeleteIdentityPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteIdentityPolicyResponse>SesAsyncClient. deleteIdentityPolicy(Consumer<DeleteIdentityPolicyRequest.Builder> deleteIdentityPolicyRequest)Deletes the specified sending authorization policy for the given identity (an email address or a domain).default CompletableFuture<DeleteIdentityPolicyResponse>SesAsyncClient. deleteIdentityPolicy(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest)Deletes the specified sending authorization policy for the given identity (an email address or a domain).
-