Uses of Class
software.amazon.awssdk.services.ses.model.GetIdentityPoliciesResponse
Packages that use GetIdentityPoliciesResponse
-
Uses of GetIdentityPoliciesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetIdentityPoliciesResponseModifier and TypeMethodDescriptiondefault 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 GetIdentityPoliciesResponseModifier and TypeMethodDescriptionSesAsyncClient.getIdentityPolicies(Consumer<GetIdentityPoliciesRequest.Builder> getIdentityPoliciesRequest) Returns the requested sending authorization policies for the given identity (an email address or a domain).SesAsyncClient.getIdentityPolicies(GetIdentityPoliciesRequest getIdentityPoliciesRequest) Returns the requested sending authorization policies for the given identity (an email address or a domain).