| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEmailIdentitiesResponse |
SesV2Client.listEmailIdentities(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your AWS account.
|
default ListEmailIdentitiesResponse |
SesV2Client.listEmailIdentities(ListEmailIdentitiesRequest listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEmailIdentitiesResponse> |
SesV2AsyncClient.listEmailIdentities(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your AWS account.
|
default CompletableFuture<ListEmailIdentitiesResponse> |
SesV2AsyncClient.listEmailIdentities(ListEmailIdentitiesRequest listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEmailIdentitiesResponse> |
ListEmailIdentitiesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEmailIdentitiesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEmailIdentitiesResponse> subscriber) |
Copyright © 2020. All rights reserved.