| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDedicatedIpPoolsResponse> |
PinpointEmailAsyncClient.listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.
|
default ListDedicatedIpPoolsResponse |
PinpointEmailClient.listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.
|
default ListDedicatedIpPoolsPublisher |
PinpointEmailAsyncClient.listDedicatedIpPoolsPaginator(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.
|
default ListDedicatedIpPoolsIterable |
PinpointEmailClient.listDedicatedIpPoolsPaginator(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDedicatedIpPoolsRequest.Builder |
ListDedicatedIpPoolsRequest.builder() |
ListDedicatedIpPoolsRequest.Builder |
ListDedicatedIpPoolsRequest.Builder.nextToken(String nextToken)
A token returned from a previous call to
ListDedicatedIpPools to indicate the position in the
list of dedicated IP pools. |
ListDedicatedIpPoolsRequest.Builder |
ListDedicatedIpPoolsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDedicatedIpPoolsRequest.Builder |
ListDedicatedIpPoolsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDedicatedIpPoolsRequest.Builder |
ListDedicatedIpPoolsRequest.Builder.pageSize(Integer pageSize)
The number of results to show in a single call to
ListDedicatedIpPools. |
ListDedicatedIpPoolsRequest.Builder |
ListDedicatedIpPoolsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDedicatedIpPoolsRequest.Builder> |
ListDedicatedIpPoolsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.