| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListDedicatedIpPoolsResult |
AbstractAmazonSimpleEmailServiceV2.listDedicatedIpPools(ListDedicatedIpPoolsRequest request) |
ListDedicatedIpPoolsResult |
AmazonSimpleEmailServiceV2.listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your AWS account in the current Region.
|
ListDedicatedIpPoolsResult |
AmazonSimpleEmailServiceV2Client.listDedicatedIpPools(ListDedicatedIpPoolsRequest request)
List all of the dedicated IP pools that exist in your AWS account in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDedicatedIpPoolsResult> |
AmazonSimpleEmailServiceV2AsyncClient.listDedicatedIpPoolsAsync(ListDedicatedIpPoolsRequest request,
AsyncHandler<ListDedicatedIpPoolsRequest,ListDedicatedIpPoolsResult> asyncHandler) |
Future<ListDedicatedIpPoolsResult> |
AbstractAmazonSimpleEmailServiceV2Async.listDedicatedIpPoolsAsync(ListDedicatedIpPoolsRequest request,
AsyncHandler<ListDedicatedIpPoolsRequest,ListDedicatedIpPoolsResult> asyncHandler) |
Future<ListDedicatedIpPoolsResult> |
AmazonSimpleEmailServiceV2Async.listDedicatedIpPoolsAsync(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest,
AsyncHandler<ListDedicatedIpPoolsRequest,ListDedicatedIpPoolsResult> asyncHandler)
List all of the dedicated IP pools that exist in your AWS account in the current 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 AWS account in the current Region.
|
ListDedicatedIpPoolsResult |
ListDedicatedIpPoolsResult.withDedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your AWS account in the current Region.
|
ListDedicatedIpPoolsResult |
ListDedicatedIpPoolsResult.withNextToken(String nextToken)
A token that indicates that there are additional IP pools to list.
|
Copyright © 2020. All rights reserved.