Uses of Class
software.amazon.awssdk.services.ses.model.PutIdentityPolicyResponse
-
Packages that use PutIdentityPolicyResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of PutIdentityPolicyResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return PutIdentityPolicyResponse Modifier and Type Method Description default PutIdentityPolicyResponseSesClient. putIdentityPolicy(Consumer<PutIdentityPolicyRequest.Builder> putIdentityPolicyRequest)Adds or updates a sending authorization policy for the specified identity (an email address or a domain).default PutIdentityPolicyResponseSesClient. putIdentityPolicy(PutIdentityPolicyRequest putIdentityPolicyRequest)Adds or updates a sending authorization policy for the specified identity (an email address or a domain).Methods in software.amazon.awssdk.services.ses that return types with arguments of type PutIdentityPolicyResponse Modifier and Type Method Description default CompletableFuture<PutIdentityPolicyResponse>SesAsyncClient. putIdentityPolicy(Consumer<PutIdentityPolicyRequest.Builder> putIdentityPolicyRequest)Adds or updates a sending authorization policy for the specified identity (an email address or a domain).default CompletableFuture<PutIdentityPolicyResponse>SesAsyncClient. putIdentityPolicy(PutIdentityPolicyRequest putIdentityPolicyRequest)Adds or updates a sending authorization policy for the specified identity (an email address or a domain).
-