| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDedicatedIpsResponse> |
PinpointEmailAsyncClient.getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Pinpoint account.
|
default GetDedicatedIpsResponse |
PinpointEmailClient.getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Pinpoint account.
|
default GetDedicatedIpsPublisher |
PinpointEmailAsyncClient.getDedicatedIpsPaginator(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Pinpoint account.
|
default GetDedicatedIpsIterable |
PinpointEmailClient.getDedicatedIpsPaginator(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Pinpoint 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 © 2022. All rights reserved.