Uses of Class
software.amazon.awssdk.services.ses.model.ListIdentityPoliciesResponse
Packages that use ListIdentityPoliciesResponse
-
Uses of ListIdentityPoliciesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ListIdentityPoliciesResponseModifier and TypeMethodDescriptiondefault 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 ListIdentityPoliciesResponseModifier and TypeMethodDescriptionSesAsyncClient.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).SesAsyncClient.listIdentityPolicies(ListIdentityPoliciesRequest listIdentityPoliciesRequest) Returns a list of sending authorization policies that are attached to the given identity (an email address or a domain).