| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| software.amazon.awssdk.services.pinpointemail.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEmailIdentitiesResponse |
PinpointEmailClient.listEmailIdentities(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your Amazon Pinpoint account.
|
default ListEmailIdentitiesResponse |
PinpointEmailClient.listEmailIdentities(ListEmailIdentitiesRequest listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your Amazon Pinpoint account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEmailIdentitiesResponse> |
PinpointEmailAsyncClient.listEmailIdentities(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your Amazon Pinpoint account.
|
default CompletableFuture<ListEmailIdentitiesResponse> |
PinpointEmailAsyncClient.listEmailIdentities(ListEmailIdentitiesRequest listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your Amazon Pinpoint 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 © 2019. All rights reserved.