Uses of Class
software.amazon.awssdk.services.sesv2.model.GetEmailIdentityPoliciesResponse
-
Packages that use GetEmailIdentityPoliciesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of GetEmailIdentityPoliciesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetEmailIdentityPoliciesResponse Modifier and Type Method Description default 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 GetEmailIdentityPoliciesResponse Modifier and Type Method Description default CompletableFuture<GetEmailIdentityPoliciesResponse>SesV2AsyncClient. getEmailIdentityPolicies(Consumer<GetEmailIdentityPoliciesRequest.Builder> getEmailIdentityPoliciesRequest)Returns the requested sending authorization policies for the given identity (an email address or a domain).default CompletableFuture<GetEmailIdentityPoliciesResponse>SesV2AsyncClient. getEmailIdentityPolicies(GetEmailIdentityPoliciesRequest getEmailIdentityPoliciesRequest)Returns the requested sending authorization policies for the given identity (an email address or a domain).
-