Uses of Class
software.amazon.awssdk.services.sesv2.model.DeleteEmailIdentityPolicyResponse
-
Packages that use DeleteEmailIdentityPolicyResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of DeleteEmailIdentityPolicyResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return DeleteEmailIdentityPolicyResponse Modifier and Type Method Description default DeleteEmailIdentityPolicyResponseSesV2Client. deleteEmailIdentityPolicy(Consumer<DeleteEmailIdentityPolicyRequest.Builder> deleteEmailIdentityPolicyRequest)Deletes the specified sending authorization policy for the given identity (an email address or a domain).default DeleteEmailIdentityPolicyResponseSesV2Client. deleteEmailIdentityPolicy(DeleteEmailIdentityPolicyRequest deleteEmailIdentityPolicyRequest)Deletes the specified sending authorization policy for the given identity (an email address or a domain).Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type DeleteEmailIdentityPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteEmailIdentityPolicyResponse>SesV2AsyncClient. deleteEmailIdentityPolicy(Consumer<DeleteEmailIdentityPolicyRequest.Builder> deleteEmailIdentityPolicyRequest)Deletes the specified sending authorization policy for the given identity (an email address or a domain).default CompletableFuture<DeleteEmailIdentityPolicyResponse>SesV2AsyncClient. deleteEmailIdentityPolicy(DeleteEmailIdentityPolicyRequest deleteEmailIdentityPolicyRequest)Deletes the specified sending authorization policy for the given identity (an email address or a domain).
-