| 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<CreateOptOutListResponse> |
PinpointSmsVoiceV2AsyncClient.createOptOutList(Consumer<CreateOptOutListRequest.Builder> createOptOutListRequest)
Creates a new opt-out list.
|
default CreateOptOutListResponse |
PinpointSmsVoiceV2Client.createOptOutList(Consumer<CreateOptOutListRequest.Builder> createOptOutListRequest)
Creates a new opt-out list.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateOptOutListRequest.Builder |
CreateOptOutListRequest.builder() |
CreateOptOutListRequest.Builder |
CreateOptOutListRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateOptOutListRequest.Builder |
CreateOptOutListRequest.Builder.optOutListName(String optOutListName)
The name of the new OptOutList.
|
CreateOptOutListRequest.Builder |
CreateOptOutListRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateOptOutListRequest.Builder |
CreateOptOutListRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateOptOutListRequest.Builder |
CreateOptOutListRequest.Builder.tags(Collection<Tag> tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
|
CreateOptOutListRequest.Builder |
CreateOptOutListRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
|
CreateOptOutListRequest.Builder |
CreateOptOutListRequest.Builder.tags(Tag... tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
|
CreateOptOutListRequest.Builder |
CreateOptOutListRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateOptOutListRequest.Builder> |
CreateOptOutListRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.