static SearchVocabulariesResponse.Builder |
SearchVocabulariesResponse.builder() |
|
SearchVocabulariesResponse.Builder |
SearchVocabulariesResponse.Builder.nextToken(String nextToken) |
If there are additional results, this is the token for the next set of results.
|
SearchVocabulariesResponse.Builder |
SearchVocabulariesResponse.toBuilder() |
|
SearchVocabulariesResponse.Builder |
SearchVocabulariesResponse.Builder.vocabularySummaryList(Collection<VocabularySummary> vocabularySummaryList) |
The list of the available custom vocabularies.
|
SearchVocabulariesResponse.Builder |
SearchVocabulariesResponse.Builder.vocabularySummaryList(Consumer<VocabularySummary.Builder>... vocabularySummaryList) |
The list of the available custom vocabularies.
|
SearchVocabulariesResponse.Builder |
SearchVocabulariesResponse.Builder.vocabularySummaryList(VocabularySummary... vocabularySummaryList) |
The list of the available custom vocabularies.
|