Uses of Class
software.amazon.awssdk.services.sesv2.model.UpdateEmailIdentityPolicyRequest
-
Packages that use UpdateEmailIdentityPolicyRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of UpdateEmailIdentityPolicyRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type UpdateEmailIdentityPolicyRequest Modifier and Type Method Description default CompletableFuture<UpdateEmailIdentityPolicyResponse>SesV2AsyncClient. updateEmailIdentityPolicy(UpdateEmailIdentityPolicyRequest 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). -
Uses of UpdateEmailIdentityPolicyRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type UpdateEmailIdentityPolicyRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEmailIdentityPolicyRequestMarshaller. marshall(UpdateEmailIdentityPolicyRequest updateEmailIdentityPolicyRequest)
-