| 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 |
|---|---|
UpdatePoolResult |
AbstractAmazonPinpointSMSVoiceV2.updatePool(UpdatePoolRequest request) |
UpdatePoolResult |
AmazonPinpointSMSVoiceV2Client.updatePool(UpdatePoolRequest request)
Updates the configuration of an existing pool.
|
UpdatePoolResult |
AmazonPinpointSMSVoiceV2.updatePool(UpdatePoolRequest updatePoolRequest)
Updates the configuration of an existing pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest request) |
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.updatePoolAsync(UpdatePoolRequest request) |
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest updatePoolRequest)
Updates the configuration of an existing pool.
|
Future<UpdatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler) |
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.updatePoolAsync(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler) |
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest updatePoolRequest,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler)
Updates the configuration of an existing pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler) |
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.updatePoolAsync(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler) |
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest updatePoolRequest,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler)
Updates the configuration of an existing pool.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePoolResult |
UpdatePoolResult.clone() |
UpdatePoolResult |
UpdatePoolResult.withCreatedTimestamp(Date createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
UpdatePoolResult |
UpdatePoolResult.withDeletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the pool can't be deleted.
|
UpdatePoolResult |
UpdatePoolResult.withMessageType(MessageType messageType)
The type of message for the pool to use.
|
UpdatePoolResult |
UpdatePoolResult.withMessageType(String messageType)
The type of message for the pool to use.
|
UpdatePoolResult |
UpdatePoolResult.withOptOutListName(String optOutListName)
The name of the OptOutList associated with the pool.
|
UpdatePoolResult |
UpdatePoolResult.withPoolArn(String poolArn)
The ARN of the pool.
|
UpdatePoolResult |
UpdatePoolResult.withPoolId(String poolId)
The unique identifier of the pool.
|
UpdatePoolResult |
UpdatePoolResult.withSelfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, Amazon
Pinpoint automatically replies with a customizable message and adds the end recipient to the OptOutList.
|
UpdatePoolResult |
UpdatePoolResult.withSharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
|
UpdatePoolResult |
UpdatePoolResult.withStatus(PoolStatus status)
The current status of the pool update request.
|
UpdatePoolResult |
UpdatePoolResult.withStatus(String status)
The current status of the pool update request.
|
UpdatePoolResult |
UpdatePoolResult.withTwoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
UpdatePoolResult |
UpdatePoolResult.withTwoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
Copyright © 2023. All rights reserved.