| 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.
|
Future<UpdatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest request) |
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest updatePoolRequest)
Updates the configuration of an existing pool.
|
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.updatePoolAsync(UpdatePoolRequest request) |
Future<UpdatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler) |
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest updatePoolRequest,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler)
Updates the configuration of an existing pool.
|
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.updatePoolAsync(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler) |
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2Async.updatePoolAsync(UpdatePoolRequest updatePoolRequest,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler)
Updates the configuration of an existing pool.
|
Future<UpdatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.updatePoolAsync(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePoolRequest |
UpdatePoolRequest.clone() |
UpdatePoolRequest |
UpdatePoolRequest.withDeletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the pool can't be deleted.
|
UpdatePoolRequest |
UpdatePoolRequest.withOptOutListName(String optOutListName)
The OptOutList to associate with the pool.
|
UpdatePoolRequest |
UpdatePoolRequest.withPoolId(String poolId)
The unique identifier of the pool to update.
|
UpdatePoolRequest |
UpdatePoolRequest.withSelfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
By default this is set to false.
|
UpdatePoolRequest |
UpdatePoolRequest.withSharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
|
UpdatePoolRequest |
UpdatePoolRequest.withTwoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
UpdatePoolRequest |
UpdatePoolRequest.withTwoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
Copyright © 2022. All rights reserved.