| 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<CreatePoolResponse> |
PinpointSmsVoiceV2AsyncClient.createPool(Consumer<CreatePoolRequest.Builder> createPoolRequest)
Creates a new pool and associates the specified origination identity to the pool.
|
default CreatePoolResponse |
PinpointSmsVoiceV2Client.createPool(Consumer<CreatePoolRequest.Builder> createPoolRequest)
Creates a new pool and associates the specified origination identity to the pool.
|
| Modifier and Type | Method and Description |
|---|---|
static CreatePoolRequest.Builder |
CreatePoolRequest.builder() |
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled)
By default this is set to false.
|
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.isoCountryCode(String isoCountryCode)
The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool.
|
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.messageType(MessageType messageType)
The type of message.
|
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.messageType(String messageType)
The type of message.
|
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.originationIdentity(String originationIdentity)
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn.
|
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.tags(Collection<Tag> tags)
An array of tags (key and value pairs) associated with the pool.
|
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) associated with the pool.
|
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.tags(Tag... tags)
An array of tags (key and value pairs) associated with the pool.
|
CreatePoolRequest.Builder |
CreatePoolRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatePoolRequest.Builder> |
CreatePoolRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.