Uses of Class
software.amazon.awssdk.services.ses.model.GetIdentityPoliciesResponse
-
Packages that use GetIdentityPoliciesResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of GetIdentityPoliciesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetIdentityPoliciesResponse Modifier and Type Method Description default GetIdentityPoliciesResponseSesClient. getIdentityPolicies(Consumer<GetIdentityPoliciesRequest.Builder> getIdentityPoliciesRequest)Returns the requested sending authorization policies for the given identity (an email address or a domain).default GetIdentityPoliciesResponseSesClient. getIdentityPolicies(GetIdentityPoliciesRequest getIdentityPoliciesRequest)Returns the requested sending authorization policies for the given identity (an email address or a domain).Methods in software.amazon.awssdk.services.ses that return types with arguments of type GetIdentityPoliciesResponse Modifier and Type Method Description default CompletableFuture<GetIdentityPoliciesResponse>SesAsyncClient. getIdentityPolicies(Consumer<GetIdentityPoliciesRequest.Builder> getIdentityPoliciesRequest)Returns the requested sending authorization policies for the given identity (an email address or a domain).default CompletableFuture<GetIdentityPoliciesResponse>SesAsyncClient. getIdentityPolicies(GetIdentityPoliciesRequest getIdentityPoliciesRequest)Returns the requested sending authorization policies for the given identity (an email address or a domain).
-