| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model | |
| software.amazon.awssdk.services.pinpointsmsvoicev2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<KeywordInformation> |
DescribeKeywordsResponse.keywords()
An array of KeywordInformation objects that contain the results.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeKeywordsResponse.Builder |
DescribeKeywordsResponse.Builder.keywords(KeywordInformation... keywords)
An array of KeywordInformation objects that contain the results.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeKeywordsResponse.Builder |
DescribeKeywordsResponse.Builder.keywords(Collection<KeywordInformation> keywords)
An array of KeywordInformation objects that contain the results.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<KeywordInformation> |
DescribeKeywordsPublisher.keywords()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<KeywordInformation> |
DescribeKeywordsIterable.keywords()
Returns an iterable to iterate through the paginated
DescribeKeywordsResponse.keywords() member. |
Copyright © 2023. All rights reserved.