| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<VocabularySummary> |
SearchVocabulariesResponse.vocabularySummaryList()
The list of the available custom vocabularies.
|
| Modifier and Type | Method and Description |
|---|---|
SearchVocabulariesResponse.Builder |
SearchVocabulariesResponse.Builder.vocabularySummaryList(VocabularySummary... vocabularySummaryList)
The list of the available custom vocabularies.
|
| Modifier and Type | Method and Description |
|---|---|
SearchVocabulariesResponse.Builder |
SearchVocabulariesResponse.Builder.vocabularySummaryList(Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<VocabularySummary> |
SearchVocabulariesPublisher.vocabularySummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<VocabularySummary> |
SearchVocabulariesIterable.vocabularySummaryList()
Returns an iterable to iterate through the paginated
SearchVocabulariesResponse.vocabularySummaryList()
member. |
Copyright © 2022. All rights reserved.