static ListVocabulariesResponse.Builder |
ListVocabulariesResponse.builder() |
|
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.Builder.nextToken(String nextToken) |
If NextToken is present in your response, it indicates that not all results are displayed.
|
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.Builder.status(String status) |
Lists all custom vocabularies that have the status specified in your request.
|
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.Builder.status(VocabularyState status) |
Lists all custom vocabularies that have the status specified in your request.
|
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.toBuilder() |
|
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.Builder.vocabularies(Collection<VocabularyInfo> vocabularies) |
Provides information about the custom vocabularies that match the criteria specified in your request.
|
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.Builder.vocabularies(Consumer<VocabularyInfo.Builder>... vocabularies) |
Provides information about the custom vocabularies that match the criteria specified in your request.
|
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.Builder.vocabularies(VocabularyInfo... vocabularies) |
Provides information about the custom vocabularies that match the criteria specified in your request.
|