| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail |
|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutDedicatedIpInPoolResult> |
AbstractAmazonPinpointEmailAsync.putDedicatedIpInPoolAsync(PutDedicatedIpInPoolRequest request,
AsyncHandler<PutDedicatedIpInPoolRequest,PutDedicatedIpInPoolResult> asyncHandler) |
Future<PutDedicatedIpInPoolResult> |
AmazonPinpointEmailAsync.putDedicatedIpInPoolAsync(PutDedicatedIpInPoolRequest putDedicatedIpInPoolRequest,
AsyncHandler<PutDedicatedIpInPoolRequest,PutDedicatedIpInPoolResult> asyncHandler)
Move a dedicated IP address to an existing dedicated IP pool.
|
Future<PutDedicatedIpInPoolResult> |
AmazonPinpointEmailAsyncClient.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.