| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2 |
Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.
|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdatePoolResponse> |
PinpointSmsVoiceV2AsyncClient.updatePool(Consumer<UpdatePoolRequest.Builder> updatePoolRequest)
Updates the configuration of an existing pool.
|
default UpdatePoolResponse |
PinpointSmsVoiceV2Client.updatePool(Consumer<UpdatePoolRequest.Builder> updatePoolRequest)
Updates the configuration of an existing pool.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdatePoolRequest.Builder |
UpdatePoolRequest.builder() |
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the pool can't be deleted.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.optOutListName(String optOutListName)
The OptOutList to associate with the pool.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.poolId(String poolId)
The unique identifier of the pool to update.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
By default this is set to false.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.sharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.toBuilder() |
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.twoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.twoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdatePoolRequest.Builder> |
UpdatePoolRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.