Uses of Class
software.amazon.awssdk.services.ses.model.GetIdentityMailFromDomainAttributesResponse
-
Packages that use GetIdentityMailFromDomainAttributesResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of GetIdentityMailFromDomainAttributesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetIdentityMailFromDomainAttributesResponse Modifier and Type Method Description default GetIdentityMailFromDomainAttributesResponseSesClient. getIdentityMailFromDomainAttributes(Consumer<GetIdentityMailFromDomainAttributesRequest.Builder> 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).Methods in software.amazon.awssdk.services.ses that return types with arguments of type GetIdentityMailFromDomainAttributesResponse Modifier and Type Method Description default CompletableFuture<GetIdentityMailFromDomainAttributesResponse>SesAsyncClient. getIdentityMailFromDomainAttributes(Consumer<GetIdentityMailFromDomainAttributesRequest.Builder> getIdentityMailFromDomainAttributesRequest)Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).default CompletableFuture<GetIdentityMailFromDomainAttributesResponse>SesAsyncClient. getIdentityMailFromDomainAttributes(GetIdentityMailFromDomainAttributesRequest getIdentityMailFromDomainAttributesRequest)Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).
-