Uses of Class
software.amazon.awssdk.services.ses.model.DeleteIdentityPolicyResponse
Packages that use DeleteIdentityPolicyResponse
-
Uses of DeleteIdentityPolicyResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DeleteIdentityPolicyResponseModifier and TypeMethodDescriptiondefault 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 DeleteIdentityPolicyResponseModifier and TypeMethodDescriptionSesAsyncClient.deleteIdentityPolicy(Consumer<DeleteIdentityPolicyRequest.Builder> deleteIdentityPolicyRequest) Deletes the specified sending authorization policy for the given identity (an email address or a domain).SesAsyncClient.deleteIdentityPolicy(DeleteIdentityPolicyRequest deleteIdentityPolicyRequest) Deletes the specified sending authorization policy for the given identity (an email address or a domain).