Uses of Class
software.amazon.awssdk.services.ses.model.GetIdentityPoliciesRequest
-
Packages that use GetIdentityPoliciesRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of GetIdentityPoliciesRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type GetIdentityPoliciesRequest Modifier and Type Method Description default CompletableFuture<GetIdentityPoliciesResponse>SesAsyncClient. getIdentityPolicies(GetIdentityPoliciesRequest 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). -
Uses of GetIdentityPoliciesRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type GetIdentityPoliciesRequest Modifier and Type Method Description SdkHttpFullRequestGetIdentityPoliciesRequestMarshaller. marshall(GetIdentityPoliciesRequest getIdentityPoliciesRequest)
-