Uses of Class
software.amazon.awssdk.services.ses.model.PutIdentityPolicyResponse
Packages that use PutIdentityPolicyResponse
-
Uses of PutIdentityPolicyResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return PutIdentityPolicyResponseModifier and TypeMethodDescriptiondefault 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 PutIdentityPolicyResponseModifier and TypeMethodDescriptionSesAsyncClient.putIdentityPolicy(Consumer<PutIdentityPolicyRequest.Builder> putIdentityPolicyRequest) Adds or updates a sending authorization policy for the specified identity (an email address or a domain).SesAsyncClient.putIdentityPolicy(PutIdentityPolicyRequest putIdentityPolicyRequest) Adds or updates a sending authorization policy for the specified identity (an email address or a domain).