| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| software.amazon.awssdk.services.ses.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListIdentitiesResponse |
SesClient.listIdentities()
Returns a list containing all of the identities (email addresses and domains) for your Amazon Web Services
account in the current Amazon Web Services Region, regardless of verification status.
|
default ListIdentitiesResponse |
SesClient.listIdentities(Consumer<ListIdentitiesRequest.Builder> listIdentitiesRequest)
Returns a list containing all of the identities (email addresses and domains) for your Amazon Web Services
account in the current Amazon Web Services Region, regardless of verification status.
|
default ListIdentitiesResponse |
SesClient.listIdentities(ListIdentitiesRequest listIdentitiesRequest)
Returns a list containing all of the identities (email addresses and domains) for your Amazon Web Services
account in the current Amazon Web Services Region, regardless of verification status.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIdentitiesResponse> |
SesAsyncClient.listIdentities()
Returns a list containing all of the identities (email addresses and domains) for your Amazon Web Services
account in the current Amazon Web Services Region, regardless of verification status.
|
default CompletableFuture<ListIdentitiesResponse> |
SesAsyncClient.listIdentities(Consumer<ListIdentitiesRequest.Builder> listIdentitiesRequest)
Returns a list containing all of the identities (email addresses and domains) for your Amazon Web Services
account in the current Amazon Web Services Region, regardless of verification status.
|
default CompletableFuture<ListIdentitiesResponse> |
SesAsyncClient.listIdentities(ListIdentitiesRequest listIdentitiesRequest)
Returns a list containing all of the identities (email addresses and domains) for your Amazon Web Services
account in the current Amazon Web Services Region, regardless of verification status.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListIdentitiesResponse> |
ListIdentitiesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIdentitiesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIdentitiesResponse> subscriber) |
Copyright © 2023. All rights reserved.