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