| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail |
|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
ListDedicatedIpPoolsResult |
AmazonPinpointEmail.listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.
|
ListDedicatedIpPoolsResult |
AmazonPinpointEmailClient.listDedicatedIpPools(ListDedicatedIpPoolsRequest request)
List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.
|
ListDedicatedIpPoolsResult |
AbstractAmazonPinpointEmail.listDedicatedIpPools(ListDedicatedIpPoolsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDedicatedIpPoolsResult> |
AbstractAmazonPinpointEmailAsync.listDedicatedIpPoolsAsync(ListDedicatedIpPoolsRequest request,
AsyncHandler<ListDedicatedIpPoolsRequest,ListDedicatedIpPoolsResult> asyncHandler) |
Future<ListDedicatedIpPoolsResult> |
AmazonPinpointEmailAsyncClient.listDedicatedIpPoolsAsync(ListDedicatedIpPoolsRequest request,
AsyncHandler<ListDedicatedIpPoolsRequest,ListDedicatedIpPoolsResult> asyncHandler) |
Future<ListDedicatedIpPoolsResult> |
AmazonPinpointEmailAsync.listDedicatedIpPoolsAsync(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest,
AsyncHandler<ListDedicatedIpPoolsRequest,ListDedicatedIpPoolsResult> asyncHandler)
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 |
|---|---|
ListDedicatedIpPoolsResult |
ListDedicatedIpPoolsResult.clone() |
ListDedicatedIpPoolsResult |
ListDedicatedIpPoolsResult.withDedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
|
ListDedicatedIpPoolsResult |
ListDedicatedIpPoolsResult.withDedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
|
ListDedicatedIpPoolsResult |
ListDedicatedIpPoolsResult.withNextToken(String nextToken)
A token that indicates that there are additional IP pools to list.
|
Copyright © 2021. All rights reserved.