| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateOptOutListResponse.Builder |
CreateOptOutListResponse.builder() |
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.createdTimestamp(Instant createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.optOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) for the OptOutList.
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.optOutListName(String optOutListName)
The name of the new OptOutList.
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.tags(Collection<Tag> tags)
An array of tags (key and value pairs) associated with the new OptOutList.
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) associated with the new OptOutList.
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.tags(Tag... tags)
An array of tags (key and value pairs) associated with the new OptOutList.
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateOptOutListResponse.Builder> |
CreateOptOutListResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.