| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDedicatedIpPoolsResponse> |
SesV2AsyncClient.listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.
|
default ListDedicatedIpPoolsResponse |
SesV2Client.listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.
|
default ListDedicatedIpPoolsPublisher |
SesV2AsyncClient.listDedicatedIpPoolsPaginator(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.
|
default ListDedicatedIpPoolsIterable |
SesV2Client.listDedicatedIpPoolsPaginator(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Web Services account in the current 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 © 2021. All rights reserved.