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