Uses of Class
software.amazon.awssdk.services.sesv2.model.DeleteEmailIdentityPolicyResponse
Packages that use DeleteEmailIdentityPolicyResponse
-
Uses of DeleteEmailIdentityPolicyResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return DeleteEmailIdentityPolicyResponseModifier and TypeMethodDescriptionSesV2Client.deleteEmailIdentityPolicy(Consumer<DeleteEmailIdentityPolicyRequest.Builder> deleteEmailIdentityPolicyRequest) Deletes the specified sending authorization policy for the given identity (an email address or a domain).SesV2Client.deleteEmailIdentityPolicy(DeleteEmailIdentityPolicyRequest deleteEmailIdentityPolicyRequest) Deletes 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 DeleteEmailIdentityPolicyResponseModifier and TypeMethodDescriptionSesV2AsyncClient.deleteEmailIdentityPolicy(Consumer<DeleteEmailIdentityPolicyRequest.Builder> deleteEmailIdentityPolicyRequest) Deletes the specified sending authorization policy for the given identity (an email address or a domain).SesV2AsyncClient.deleteEmailIdentityPolicy(DeleteEmailIdentityPolicyRequest deleteEmailIdentityPolicyRequest) Deletes the specified sending authorization policy for the given identity (an email address or a domain).