| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetDedicatedIpsResult |
AbstractAmazonSimpleEmailServiceV2.getDedicatedIps(GetDedicatedIpsRequest request) |
GetDedicatedIpsResult |
AmazonSimpleEmailServiceV2Client.getDedicatedIps(GetDedicatedIpsRequest request)
List the dedicated IP addresses that are associated with your Amazon Web Services account.
|
GetDedicatedIpsResult |
AmazonSimpleEmailServiceV2.getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Web Services account.
|
Future<GetDedicatedIpsResult> |
AbstractAmazonSimpleEmailServiceV2Async.getDedicatedIpsAsync(GetDedicatedIpsRequest request) |
Future<GetDedicatedIpsResult> |
AmazonSimpleEmailServiceV2AsyncClient.getDedicatedIpsAsync(GetDedicatedIpsRequest request) |
Future<GetDedicatedIpsResult> |
AmazonSimpleEmailServiceV2Async.getDedicatedIpsAsync(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Web Services account.
|
Future<GetDedicatedIpsResult> |
AbstractAmazonSimpleEmailServiceV2Async.getDedicatedIpsAsync(GetDedicatedIpsRequest request,
AsyncHandler<GetDedicatedIpsRequest,GetDedicatedIpsResult> asyncHandler) |
Future<GetDedicatedIpsResult> |
AmazonSimpleEmailServiceV2AsyncClient.getDedicatedIpsAsync(GetDedicatedIpsRequest request,
AsyncHandler<GetDedicatedIpsRequest,GetDedicatedIpsResult> asyncHandler) |
Future<GetDedicatedIpsResult> |
AmazonSimpleEmailServiceV2Async.getDedicatedIpsAsync(GetDedicatedIpsRequest getDedicatedIpsRequest,
AsyncHandler<GetDedicatedIpsRequest,GetDedicatedIpsResult> asyncHandler)
List the dedicated IP addresses that are associated with your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDedicatedIpsResult> |
AbstractAmazonSimpleEmailServiceV2Async.getDedicatedIpsAsync(GetDedicatedIpsRequest request,
AsyncHandler<GetDedicatedIpsRequest,GetDedicatedIpsResult> asyncHandler) |
Future<GetDedicatedIpsResult> |
AmazonSimpleEmailServiceV2AsyncClient.getDedicatedIpsAsync(GetDedicatedIpsRequest request,
AsyncHandler<GetDedicatedIpsRequest,GetDedicatedIpsResult> asyncHandler) |
Future<GetDedicatedIpsResult> |
AmazonSimpleEmailServiceV2Async.getDedicatedIpsAsync(GetDedicatedIpsRequest getDedicatedIpsRequest,
AsyncHandler<GetDedicatedIpsRequest,GetDedicatedIpsResult> asyncHandler)
List the dedicated IP addresses that are associated with your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
GetDedicatedIpsRequest |
GetDedicatedIpsRequest.clone() |
GetDedicatedIpsRequest |
GetDedicatedIpsRequest.withNextToken(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 |
GetDedicatedIpsRequest.withPageSize(Integer pageSize)
The number of results to show in a single call to
GetDedicatedIpsRequest. |
GetDedicatedIpsRequest |
GetDedicatedIpsRequest.withPoolName(String poolName)
The name of the IP pool that the dedicated IP address is associated with.
|
Copyright © 2023. All rights reserved.