Uses of Class
software.amazon.awssdk.services.sesv2.model.DeleteEmailIdentityPolicyRequest
-
Packages that use DeleteEmailIdentityPolicyRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of DeleteEmailIdentityPolicyRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type DeleteEmailIdentityPolicyRequest Modifier and Type Method Description default CompletableFuture<DeleteEmailIdentityPolicyResponse>SesV2AsyncClient. deleteEmailIdentityPolicy(DeleteEmailIdentityPolicyRequest deleteEmailIdentityPolicyRequest)Deletes the specified sending authorization policy for the given identity (an email address or a domain).default DeleteEmailIdentityPolicyResponseSesV2Client. deleteEmailIdentityPolicy(DeleteEmailIdentityPolicyRequest deleteEmailIdentityPolicyRequest)Deletes the specified sending authorization policy for the given identity (an email address or a domain). -
Uses of DeleteEmailIdentityPolicyRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type DeleteEmailIdentityPolicyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteEmailIdentityPolicyRequestMarshaller. marshall(DeleteEmailIdentityPolicyRequest deleteEmailIdentityPolicyRequest)
-