Uses of Class
software.amazon.awssdk.services.sesv2.model.CreateEmailIdentityPolicyResponse
-
Packages that use CreateEmailIdentityPolicyResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of CreateEmailIdentityPolicyResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return CreateEmailIdentityPolicyResponse Modifier and Type Method Description default CreateEmailIdentityPolicyResponseSesV2Client. createEmailIdentityPolicy(Consumer<CreateEmailIdentityPolicyRequest.Builder> 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).Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type CreateEmailIdentityPolicyResponse Modifier and Type Method Description default CompletableFuture<CreateEmailIdentityPolicyResponse>SesV2AsyncClient. createEmailIdentityPolicy(Consumer<CreateEmailIdentityPolicyRequest.Builder> createEmailIdentityPolicyRequest)Creates the specified sending authorization policy for the given identity (an email address or a domain).default CompletableFuture<CreateEmailIdentityPolicyResponse>SesV2AsyncClient. createEmailIdentityPolicy(CreateEmailIdentityPolicyRequest createEmailIdentityPolicyRequest)Creates the specified sending authorization policy for the given identity (an email address or a domain).
-