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