Uses of Interface
software.amazon.awssdk.services.transcribe.model.ListVocabulariesRequest.Builder
-
Packages that use ListVocabulariesRequest.Builder Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics.software.amazon.awssdk.services.transcribe.model -
-
Uses of ListVocabulariesRequest.Builder in software.amazon.awssdk.services.transcribe
Method parameters in software.amazon.awssdk.services.transcribe with type arguments of type ListVocabulariesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListVocabulariesResponse>TranscribeAsyncClient. listVocabularies(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)Provides a list of custom vocabularies that match the specified criteria.default ListVocabulariesResponseTranscribeClient. listVocabularies(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)Provides a list of custom vocabularies that match the specified criteria.default ListVocabulariesPublisherTranscribeAsyncClient. listVocabulariesPaginator(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)Provides a list of custom vocabularies that match the specified criteria.default ListVocabulariesIterableTranscribeClient. listVocabulariesPaginator(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)Provides a list of custom vocabularies that match the specified criteria. -
Uses of ListVocabulariesRequest.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return ListVocabulariesRequest.Builder Modifier and Type Method Description static ListVocabulariesRequest.BuilderListVocabulariesRequest. builder()ListVocabulariesRequest.BuilderListVocabulariesRequest.Builder. maxResults(Integer maxResults)The maximum number of custom vocabularies to return in each page of results.ListVocabulariesRequest.BuilderListVocabulariesRequest.Builder. nameContains(String nameContains)Returns only the custom vocabularies that contain the specified string.ListVocabulariesRequest.BuilderListVocabulariesRequest.Builder. nextToken(String nextToken)If yourListVocabulariesrequest returns more results than can be displayed,NextTokenis displayed in the response with an associated string.ListVocabulariesRequest.BuilderListVocabulariesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVocabulariesRequest.BuilderListVocabulariesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListVocabulariesRequest.BuilderListVocabulariesRequest.Builder. stateEquals(String stateEquals)Returns only custom vocabularies with the specified state.ListVocabulariesRequest.BuilderListVocabulariesRequest.Builder. stateEquals(VocabularyState stateEquals)Returns only custom vocabularies with the specified state.ListVocabulariesRequest.BuilderListVocabulariesRequest. toBuilder()Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type ListVocabulariesRequest.Builder Modifier and Type Method Description static Class<? extends ListVocabulariesRequest.Builder>ListVocabulariesRequest. serializableBuilderClass()
-