Uses of Class
software.amazon.awssdk.services.sesv2.model.UpdateEmailIdentityPolicyResponse
-
Packages that use UpdateEmailIdentityPolicyResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of UpdateEmailIdentityPolicyResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return UpdateEmailIdentityPolicyResponse Modifier and Type Method Description default UpdateEmailIdentityPolicyResponseSesV2Client. updateEmailIdentityPolicy(Consumer<UpdateEmailIdentityPolicyRequest.Builder> updateEmailIdentityPolicyRequest)Updates the specified sending authorization policy for the given identity (an email address or a domain).default UpdateEmailIdentityPolicyResponseSesV2Client. updateEmailIdentityPolicy(UpdateEmailIdentityPolicyRequest updateEmailIdentityPolicyRequest)Updates 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 UpdateEmailIdentityPolicyResponse Modifier and Type Method Description default CompletableFuture<UpdateEmailIdentityPolicyResponse>SesV2AsyncClient. updateEmailIdentityPolicy(Consumer<UpdateEmailIdentityPolicyRequest.Builder> updateEmailIdentityPolicyRequest)Updates the specified sending authorization policy for the given identity (an email address or a domain).default CompletableFuture<UpdateEmailIdentityPolicyResponse>SesV2AsyncClient. updateEmailIdentityPolicy(UpdateEmailIdentityPolicyRequest updateEmailIdentityPolicyRequest)Updates the specified sending authorization policy for the given identity (an email address or a domain).
-