Uses of Class
software.amazon.awssdk.services.sesv2.model.GetEmailIdentityPoliciesResponse
Packages that use GetEmailIdentityPoliciesResponse
-
Uses of GetEmailIdentityPoliciesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetEmailIdentityPoliciesResponseModifier and TypeMethodDescriptiondefault GetEmailIdentityPoliciesResponseSesV2Client.getEmailIdentityPolicies(Consumer<GetEmailIdentityPoliciesRequest.Builder> getEmailIdentityPoliciesRequest) Returns the requested sending authorization policies for the given identity (an email address or a domain).default GetEmailIdentityPoliciesResponseSesV2Client.getEmailIdentityPolicies(GetEmailIdentityPoliciesRequest getEmailIdentityPoliciesRequest) Returns the requested sending authorization policies for the given identity (an email address or a domain).Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetEmailIdentityPoliciesResponseModifier and TypeMethodDescriptionSesV2AsyncClient.getEmailIdentityPolicies(Consumer<GetEmailIdentityPoliciesRequest.Builder> getEmailIdentityPoliciesRequest) Returns the requested sending authorization policies for the given identity (an email address or a domain).SesV2AsyncClient.getEmailIdentityPolicies(GetEmailIdentityPoliciesRequest getEmailIdentityPoliciesRequest) Returns the requested sending authorization policies for the given identity (an email address or a domain).