Uses of Class
software.amazon.awssdk.services.sesv2.model.CreateEmailIdentityPolicyRequest
-
Packages that use CreateEmailIdentityPolicyRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of CreateEmailIdentityPolicyRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type CreateEmailIdentityPolicyRequest Modifier and Type Method Description default CompletableFuture<CreateEmailIdentityPolicyResponse>SesV2AsyncClient. createEmailIdentityPolicy(CreateEmailIdentityPolicyRequest createEmailIdentityPolicyRequest)Creates the specified sending authorization policy for the given identity (an email address or a domain).default CreateEmailIdentityPolicyResponseSesV2Client. createEmailIdentityPolicy(CreateEmailIdentityPolicyRequest createEmailIdentityPolicyRequest)Creates the specified sending authorization policy for the given identity (an email address or a domain). -
Uses of CreateEmailIdentityPolicyRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type CreateEmailIdentityPolicyRequest Modifier and Type Method Description SdkHttpFullRequestCreateEmailIdentityPolicyRequestMarshaller. marshall(CreateEmailIdentityPolicyRequest createEmailIdentityPolicyRequest)
-