| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetDedicatedIpsResult |
AmazonSimpleEmailServiceV2.getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
GetDedicatedIpsResult |
AbstractAmazonSimpleEmailServiceV2.getDedicatedIps(GetDedicatedIpsRequest request) |
GetDedicatedIpsResult |
AmazonSimpleEmailServiceV2Client.getDedicatedIps(GetDedicatedIpsRequest request)
List the dedicated IP addresses that are associated with your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDedicatedIpsResult> |
AmazonSimpleEmailServiceV2AsyncClient.getDedicatedIpsAsync(GetDedicatedIpsRequest request,
AsyncHandler<GetDedicatedIpsRequest,GetDedicatedIpsResult> asyncHandler) |
Future<GetDedicatedIpsResult> |
AbstractAmazonSimpleEmailServiceV2Async.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 AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
GetDedicatedIpsResult |
GetDedicatedIpsResult.clone() |
GetDedicatedIpsResult |
GetDedicatedIpsResult.withDedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are associated with your AWS account.
|
GetDedicatedIpsResult |
GetDedicatedIpsResult.withDedicatedIps(DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are associated with your AWS account.
|
GetDedicatedIpsResult |
GetDedicatedIpsResult.withNextToken(String nextToken)
A token that indicates that there are additional dedicated IP addresses to list.
|
Copyright © 2021. All rights reserved.