| 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 |
|---|---|
CreateOptOutListResult |
AbstractAmazonPinpointSMSVoiceV2.createOptOutList(CreateOptOutListRequest request) |
CreateOptOutListResult |
AmazonPinpointSMSVoiceV2Client.createOptOutList(CreateOptOutListRequest request)
Creates a new opt-out list.
|
CreateOptOutListResult |
AmazonPinpointSMSVoiceV2.createOptOutList(CreateOptOutListRequest createOptOutListRequest)
Creates a new opt-out list.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateOptOutListResult> |
AbstractAmazonPinpointSMSVoiceV2Async.createOptOutListAsync(CreateOptOutListRequest request,
AsyncHandler<CreateOptOutListRequest,CreateOptOutListResult> asyncHandler) |
Future<CreateOptOutListResult> |
AmazonPinpointSMSVoiceV2Async.createOptOutListAsync(CreateOptOutListRequest createOptOutListRequest,
AsyncHandler<CreateOptOutListRequest,CreateOptOutListResult> asyncHandler)
Creates a new opt-out list.
|
Future<CreateOptOutListResult> |
AmazonPinpointSMSVoiceV2AsyncClient.createOptOutListAsync(CreateOptOutListRequest request,
AsyncHandler<CreateOptOutListRequest,CreateOptOutListResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateOptOutListResult |
CreateOptOutListResult.clone() |
CreateOptOutListResult |
CreateOptOutListResult.withCreatedTimestamp(Date createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
CreateOptOutListResult |
CreateOptOutListResult.withOptOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) for the OptOutList.
|
CreateOptOutListResult |
CreateOptOutListResult.withOptOutListName(String optOutListName)
The name of the new OptOutList.
|
CreateOptOutListResult |
CreateOptOutListResult.withTags(Collection<Tag> tags)
An array of tags (key and value pairs) associated with the new OptOutList.
|
CreateOptOutListResult |
CreateOptOutListResult.withTags(Tag... tags)
An array of tags (key and value pairs) associated with the new OptOutList.
|
Copyright © 2022. All rights reserved.