| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutDedicatedIpInPoolResult> |
AmazonSimpleEmailServiceV2AsyncClient.putDedicatedIpInPoolAsync(PutDedicatedIpInPoolRequest request,
AsyncHandler<PutDedicatedIpInPoolRequest,PutDedicatedIpInPoolResult> asyncHandler) |
Future<PutDedicatedIpInPoolResult> |
AmazonSimpleEmailServiceV2Async.putDedicatedIpInPoolAsync(PutDedicatedIpInPoolRequest putDedicatedIpInPoolRequest,
AsyncHandler<PutDedicatedIpInPoolRequest,PutDedicatedIpInPoolResult> asyncHandler)
Move a dedicated IP address to an existing dedicated IP pool.
|
Future<PutDedicatedIpInPoolResult> |
AbstractAmazonSimpleEmailServiceV2Async.putDedicatedIpInPoolAsync(PutDedicatedIpInPoolRequest request,
AsyncHandler<PutDedicatedIpInPoolRequest,PutDedicatedIpInPoolResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutDedicatedIpInPoolRequest |
PutDedicatedIpInPoolRequest.clone() |
PutDedicatedIpInPoolRequest |
PutDedicatedIpInPoolRequest.withDestinationPoolName(String destinationPoolName)
The name of the IP pool that you want to add the dedicated IP address to.
|
PutDedicatedIpInPoolRequest |
PutDedicatedIpInPoolRequest.withIp(String ip)
The IP address that you want to move to the dedicated IP pool.
|
Copyright © 2022. All rights reserved.