| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model | |
| software.amazon.awssdk.services.pinpointsmsvoicev2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<OptOutListInformation> |
DescribeOptOutListsResponse.optOutLists()
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOptOutListsResponse.Builder |
DescribeOptOutListsResponse.Builder.optOutLists(OptOutListInformation... optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOptOutListsResponse.Builder |
DescribeOptOutListsResponse.Builder.optOutLists(Collection<OptOutListInformation> optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<OptOutListInformation> |
DescribeOptOutListsPublisher.optOutLists()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<OptOutListInformation> |
DescribeOptOutListsIterable.optOutLists()
Returns an iterable to iterate through the paginated
DescribeOptOutListsResponse.optOutLists() member. |
Copyright © 2023. All rights reserved.