Uses of Class
software.amazon.awssdk.services.ses.model.GetIdentityMailFromDomainAttributesRequest
-
Packages that use GetIdentityMailFromDomainAttributesRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of GetIdentityMailFromDomainAttributesRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type GetIdentityMailFromDomainAttributesRequest Modifier and Type Method Description default CompletableFuture<GetIdentityMailFromDomainAttributesResponse>SesAsyncClient. getIdentityMailFromDomainAttributes(GetIdentityMailFromDomainAttributesRequest getIdentityMailFromDomainAttributesRequest)Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).default GetIdentityMailFromDomainAttributesResponseSesClient. getIdentityMailFromDomainAttributes(GetIdentityMailFromDomainAttributesRequest getIdentityMailFromDomainAttributesRequest)Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains). -
Uses of GetIdentityMailFromDomainAttributesRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type GetIdentityMailFromDomainAttributesRequest Modifier and Type Method Description SdkHttpFullRequestGetIdentityMailFromDomainAttributesRequestMarshaller. marshall(GetIdentityMailFromDomainAttributesRequest getIdentityMailFromDomainAttributesRequest)
-