Uses of Class
software.amazon.awssdk.services.ses.model.PutIdentityPolicyRequest
-
Packages that use PutIdentityPolicyRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of PutIdentityPolicyRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type PutIdentityPolicyRequest Modifier and Type Method Description default CompletableFuture<PutIdentityPolicyResponse>SesAsyncClient. putIdentityPolicy(PutIdentityPolicyRequest 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). -
Uses of PutIdentityPolicyRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type PutIdentityPolicyRequest Modifier and Type Method Description SdkHttpFullRequestPutIdentityPolicyRequestMarshaller. marshall(PutIdentityPolicyRequest putIdentityPolicyRequest)
-