| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| Modifier and Type | Method and Description |
|---|---|
default GetIdentityMailFromDomainAttributesResponse |
SesClient.getIdentityMailFromDomainAttributes(Consumer<GetIdentityMailFromDomainAttributesRequest.Builder> getIdentityMailFromDomainAttributesRequest)
Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).
|
default GetIdentityMailFromDomainAttributesResponse |
SesClient.getIdentityMailFromDomainAttributes(GetIdentityMailFromDomainAttributesRequest getIdentityMailFromDomainAttributesRequest)
Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).
|
| Modifier and Type | Method and 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).
|
Copyright © 2023. All rights reserved.