| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDedicatedIpsResponse> |
SesV2AsyncClient.getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
default GetDedicatedIpsResponse |
SesV2Client.getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
default GetDedicatedIpsPublisher |
SesV2AsyncClient.getDedicatedIpsPaginator(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
default GetDedicatedIpsIterable |
SesV2Client.getDedicatedIpsPaginator(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDedicatedIpsRequest.Builder |
GetDedicatedIpsRequest.builder() |
GetDedicatedIpsRequest.Builder |
GetDedicatedIpsRequest.Builder.nextToken(String nextToken)
A token returned from a previous call to
GetDedicatedIps to indicate the position of the
dedicated IP pool in the list of IP pools. |
GetDedicatedIpsRequest.Builder |
GetDedicatedIpsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDedicatedIpsRequest.Builder |
GetDedicatedIpsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDedicatedIpsRequest.Builder |
GetDedicatedIpsRequest.Builder.pageSize(Integer pageSize)
The number of results to show in a single call to
GetDedicatedIpsRequest. |
GetDedicatedIpsRequest.Builder |
GetDedicatedIpsRequest.Builder.poolName(String poolName)
The name of the IP pool that the dedicated IP address is associated with.
|
GetDedicatedIpsRequest.Builder |
GetDedicatedIpsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDedicatedIpsRequest.Builder> |
GetDedicatedIpsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.