| 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 |
|---|---|
CreatePoolResult |
AmazonPinpointSMSVoiceV2Client.createPool(CreatePoolRequest request)
Creates a new pool and associates the specified origination identity to the pool.
|
CreatePoolResult |
AbstractAmazonPinpointSMSVoiceV2.createPool(CreatePoolRequest request) |
CreatePoolResult |
AmazonPinpointSMSVoiceV2.createPool(CreatePoolRequest createPoolRequest)
Creates a new pool and associates the specified origination identity to the pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.createPoolAsync(CreatePoolRequest request) |
Future<CreatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.createPoolAsync(CreatePoolRequest request) |
Future<CreatePoolResult> |
AmazonPinpointSMSVoiceV2Async.createPoolAsync(CreatePoolRequest createPoolRequest)
Creates a new pool and associates the specified origination identity to the pool.
|
Future<CreatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.createPoolAsync(CreatePoolRequest request,
AsyncHandler<CreatePoolRequest,CreatePoolResult> asyncHandler) |
Future<CreatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.createPoolAsync(CreatePoolRequest request,
AsyncHandler<CreatePoolRequest,CreatePoolResult> asyncHandler) |
Future<CreatePoolResult> |
AmazonPinpointSMSVoiceV2Async.createPoolAsync(CreatePoolRequest createPoolRequest,
AsyncHandler<CreatePoolRequest,CreatePoolResult> asyncHandler)
Creates a new pool and associates the specified origination identity to the pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.createPoolAsync(CreatePoolRequest request,
AsyncHandler<CreatePoolRequest,CreatePoolResult> asyncHandler) |
Future<CreatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.createPoolAsync(CreatePoolRequest request,
AsyncHandler<CreatePoolRequest,CreatePoolResult> asyncHandler) |
Future<CreatePoolResult> |
AmazonPinpointSMSVoiceV2Async.createPoolAsync(CreatePoolRequest createPoolRequest,
AsyncHandler<CreatePoolRequest,CreatePoolResult> asyncHandler)
Creates a new pool and associates the specified origination identity to the pool.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePoolResult |
CreatePoolResult.clone() |
CreatePoolResult |
CreatePoolResult.withCreatedTimestamp(Date createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
CreatePoolResult |
CreatePoolResult.withDeletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true deletion protection is enabled.
|
CreatePoolResult |
CreatePoolResult.withMessageType(MessageType messageType)
The type of message for the pool to use.
|
CreatePoolResult |
CreatePoolResult.withMessageType(String messageType)
The type of message for the pool to use.
|
CreatePoolResult |
CreatePoolResult.withOptOutListName(String optOutListName)
The name of the OptOutList associated with the pool.
|
CreatePoolResult |
CreatePoolResult.withPoolArn(String poolArn)
The Amazon Resource Name (ARN) for the pool.
|
CreatePoolResult |
CreatePoolResult.withPoolId(String poolId)
The unique identifier for the pool.
|
CreatePoolResult |
CreatePoolResult.withSelfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
By default this is set to false.
|
CreatePoolResult |
CreatePoolResult.withSharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
|
CreatePoolResult |
CreatePoolResult.withStatus(PoolStatus status)
The current status of the pool.
|
CreatePoolResult |
CreatePoolResult.withStatus(String status)
The current status of the pool.
|
CreatePoolResult |
CreatePoolResult.withTags(Collection<Tag> tags)
An array of tags (key and value pairs) associated with the pool.
|
CreatePoolResult |
CreatePoolResult.withTags(Tag... tags)
An array of tags (key and value pairs) associated with the pool.
|
CreatePoolResult |
CreatePoolResult.withTwoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
CreatePoolResult |
CreatePoolResult.withTwoWayChannelRole(String twoWayChannelRole)
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
|
CreatePoolResult |
CreatePoolResult.withTwoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
Copyright © 2024. All rights reserved.