| 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 |
|---|---|
Future<CreateOptOutListResult> |
AbstractAmazonPinpointSMSVoiceV2Async.createOptOutListAsync(CreateOptOutListRequest request,
AsyncHandler<CreateOptOutListRequest,CreateOptOutListResult> asyncHandler) |
Future<CreateOptOutListResult> |
AmazonPinpointSMSVoiceV2AsyncClient.createOptOutListAsync(CreateOptOutListRequest request,
AsyncHandler<CreateOptOutListRequest,CreateOptOutListResult> asyncHandler) |
Future<CreateOptOutListResult> |
AmazonPinpointSMSVoiceV2Async.createOptOutListAsync(CreateOptOutListRequest createOptOutListRequest,
AsyncHandler<CreateOptOutListRequest,CreateOptOutListResult> asyncHandler)
Creates a new opt-out list.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOptOutListRequest |
CreateOptOutListRequest.clone() |
CreateOptOutListRequest |
CreateOptOutListRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateOptOutListRequest |
CreateOptOutListRequest.withOptOutListName(String optOutListName)
The name of the new OptOutList.
|
CreateOptOutListRequest |
CreateOptOutListRequest.withTags(Collection<Tag> tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
|
CreateOptOutListRequest |
CreateOptOutListRequest.withTags(Tag... tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
|
Copyright © 2024. All rights reserved.