Uses of Class
software.amazon.awssdk.services.sesv2.model.CreateEmailIdentityPolicyResponse
Packages that use CreateEmailIdentityPolicyResponse
-
Uses of CreateEmailIdentityPolicyResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return CreateEmailIdentityPolicyResponseModifier and TypeMethodDescriptionSesV2Client.createEmailIdentityPolicy(Consumer<CreateEmailIdentityPolicyRequest.Builder> createEmailIdentityPolicyRequest) Creates the specified sending authorization policy for the given identity (an email address or a domain).SesV2Client.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 CreateEmailIdentityPolicyResponseModifier and TypeMethodDescriptionSesV2AsyncClient.createEmailIdentityPolicy(Consumer<CreateEmailIdentityPolicyRequest.Builder> createEmailIdentityPolicyRequest) Creates the specified sending authorization policy for the given identity (an email address or a domain).SesV2AsyncClient.createEmailIdentityPolicy(CreateEmailIdentityPolicyRequest createEmailIdentityPolicyRequest) Creates the specified sending authorization policy for the given identity (an email address or a domain).