Uses of Class
software.amazon.awssdk.services.ses.model.ListIdentityPoliciesResponse
-
Packages that use ListIdentityPoliciesResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of ListIdentityPoliciesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ListIdentityPoliciesResponse Modifier and Type Method Description default ListIdentityPoliciesResponseSesClient. listIdentityPolicies(Consumer<ListIdentityPoliciesRequest.Builder> listIdentityPoliciesRequest)Returns a list of sending authorization policies that are attached to the given identity (an email address or a domain).default ListIdentityPoliciesResponseSesClient. listIdentityPolicies(ListIdentityPoliciesRequest listIdentityPoliciesRequest)Returns a list of sending authorization policies that are attached to the given identity (an email address or a domain).Methods in software.amazon.awssdk.services.ses that return types with arguments of type ListIdentityPoliciesResponse Modifier and Type Method Description default CompletableFuture<ListIdentityPoliciesResponse>SesAsyncClient. listIdentityPolicies(Consumer<ListIdentityPoliciesRequest.Builder> listIdentityPoliciesRequest)Returns a list of sending authorization policies that are attached to the given identity (an email address or a domain).default CompletableFuture<ListIdentityPoliciesResponse>SesAsyncClient. listIdentityPolicies(ListIdentityPoliciesRequest listIdentityPoliciesRequest)Returns a list of sending authorization policies that are attached to the given identity (an email address or a domain).
-