| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeOptOutListsResponse.Builder |
DescribeOptOutListsResponse.builder() |
DescribeOptOutListsResponse.Builder |
DescribeOptOutListsResponse.Builder.nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeOptOutListsResponse.Builder |
DescribeOptOutListsResponse.Builder.optOutLists(Collection<OptOutListInformation> optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
DescribeOptOutListsResponse.Builder |
DescribeOptOutListsResponse.Builder.optOutLists(Consumer<OptOutListInformation.Builder>... optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
DescribeOptOutListsResponse.Builder |
DescribeOptOutListsResponse.Builder.optOutLists(OptOutListInformation... optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
DescribeOptOutListsResponse.Builder |
DescribeOptOutListsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeOptOutListsResponse.Builder> |
DescribeOptOutListsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.