| 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 |
|---|---|
DeleteOptOutListResult |
AmazonPinpointSMSVoiceV2Client.deleteOptOutList(DeleteOptOutListRequest request)
Deletes an existing opt-out list.
|
DeleteOptOutListResult |
AmazonPinpointSMSVoiceV2.deleteOptOutList(DeleteOptOutListRequest deleteOptOutListRequest)
Deletes an existing opt-out list.
|
DeleteOptOutListResult |
AbstractAmazonPinpointSMSVoiceV2.deleteOptOutList(DeleteOptOutListRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteOptOutListResult> |
AmazonPinpointSMSVoiceV2AsyncClient.deleteOptOutListAsync(DeleteOptOutListRequest request,
AsyncHandler<DeleteOptOutListRequest,DeleteOptOutListResult> asyncHandler) |
Future<DeleteOptOutListResult> |
AbstractAmazonPinpointSMSVoiceV2Async.deleteOptOutListAsync(DeleteOptOutListRequest request,
AsyncHandler<DeleteOptOutListRequest,DeleteOptOutListResult> asyncHandler) |
Future<DeleteOptOutListResult> |
AmazonPinpointSMSVoiceV2Async.deleteOptOutListAsync(DeleteOptOutListRequest deleteOptOutListRequest,
AsyncHandler<DeleteOptOutListRequest,DeleteOptOutListResult> asyncHandler)
Deletes an existing opt-out list.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteOptOutListResult |
DeleteOptOutListResult.clone() |
DeleteOptOutListResult |
DeleteOptOutListResult.withCreatedTimestamp(Date createdTimestamp)
The time when the OptOutList was created, in UNIX epoch time
format.
|
DeleteOptOutListResult |
DeleteOptOutListResult.withOptOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList that was removed.
|
DeleteOptOutListResult |
DeleteOptOutListResult.withOptOutListName(String optOutListName)
The name of the OptOutList that was removed.
|
Copyright © 2022. All rights reserved.