| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2 |
Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.
|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
DeletePoolResult |
AmazonPinpointSMSVoiceV2Client.deletePool(DeletePoolRequest request)
Deletes an existing pool.
|
DeletePoolResult |
AbstractAmazonPinpointSMSVoiceV2.deletePool(DeletePoolRequest request) |
DeletePoolResult |
AmazonPinpointSMSVoiceV2.deletePool(DeletePoolRequest deletePoolRequest)
Deletes an existing pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeletePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.deletePoolAsync(DeletePoolRequest request,
AsyncHandler<DeletePoolRequest,DeletePoolResult> asyncHandler) |
Future<DeletePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.deletePoolAsync(DeletePoolRequest request,
AsyncHandler<DeletePoolRequest,DeletePoolResult> asyncHandler) |
Future<DeletePoolResult> |
AmazonPinpointSMSVoiceV2Async.deletePoolAsync(DeletePoolRequest deletePoolRequest,
AsyncHandler<DeletePoolRequest,DeletePoolResult> asyncHandler)
Deletes an existing pool.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePoolResult |
DeletePoolResult.clone() |
DeletePoolResult |
DeletePoolResult.withCreatedTimestamp(Date createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
DeletePoolResult |
DeletePoolResult.withMessageType(MessageType messageType)
The message type that was associated with the deleted pool.
|
DeletePoolResult |
DeletePoolResult.withMessageType(String messageType)
The message type that was associated with the deleted pool.
|
DeletePoolResult |
DeletePoolResult.withOptOutListName(String optOutListName)
The name of the OptOutList that was associated with the deleted pool.
|
DeletePoolResult |
DeletePoolResult.withPoolArn(String poolArn)
The Amazon Resource Name (ARN) of the pool that was deleted.
|
DeletePoolResult |
DeletePoolResult.withPoolId(String poolId)
The PoolId of the pool that was deleted.
|
DeletePoolResult |
DeletePoolResult.withSelfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
By default this is set to false.
|
DeletePoolResult |
DeletePoolResult.withSharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
|
DeletePoolResult |
DeletePoolResult.withStatus(PoolStatus status)
The current status of the pool.
|
DeletePoolResult |
DeletePoolResult.withStatus(String status)
The current status of the pool.
|
DeletePoolResult |
DeletePoolResult.withTwoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the TwoWayChannel.
|
DeletePoolResult |
DeletePoolResult.withTwoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
Copyright © 2022. All rights reserved.