| 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 |
AbstractAmazonPinpointSMSVoiceV2.createPool(CreatePoolRequest request) |
CreatePoolResult |
AmazonPinpointSMSVoiceV2.createPool(CreatePoolRequest createPoolRequest)
Creates a new pool and associates the specified origination identity to the pool.
|
CreatePoolResult |
AmazonPinpointSMSVoiceV2Client.createPool(CreatePoolRequest request)
Creates a new pool and associates the specified origination identity to the pool.
|
Future<CreatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.createPoolAsync(CreatePoolRequest request) |
Future<CreatePoolResult> |
AmazonPinpointSMSVoiceV2Async.createPoolAsync(CreatePoolRequest createPoolRequest)
Creates a new pool and associates the specified origination identity to the pool.
|
Future<CreatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.createPoolAsync(CreatePoolRequest request) |
Future<CreatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.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.
|
Future<CreatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.createPoolAsync(CreatePoolRequest request,
AsyncHandler<CreatePoolRequest,CreatePoolResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePoolResult> |
AbstractAmazonPinpointSMSVoiceV2Async.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.
|
Future<CreatePoolResult> |
AmazonPinpointSMSVoiceV2AsyncClient.createPoolAsync(CreatePoolRequest request,
AsyncHandler<CreatePoolRequest,CreatePoolResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePoolRequest |
CreatePoolRequest.clone() |
CreatePoolRequest |
CreatePoolRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreatePoolRequest |
CreatePoolRequest.withDeletionProtectionEnabled(Boolean deletionProtectionEnabled)
By default this is set to false.
|
CreatePoolRequest |
CreatePoolRequest.withIsoCountryCode(String isoCountryCode)
The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool.
|
CreatePoolRequest |
CreatePoolRequest.withMessageType(MessageType messageType)
The type of message.
|
CreatePoolRequest |
CreatePoolRequest.withMessageType(String messageType)
The type of message.
|
CreatePoolRequest |
CreatePoolRequest.withOriginationIdentity(String originationIdentity)
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn.
|
CreatePoolRequest |
CreatePoolRequest.withTags(Collection<Tag> tags)
An array of tags (key and value pairs) associated with the pool.
|
CreatePoolRequest |
CreatePoolRequest.withTags(Tag... tags)
An array of tags (key and value pairs) associated with the pool.
|
Copyright © 2024. All rights reserved.