Uses of Interface
software.amazon.awssdk.services.transcribe.model.ListVocabularyFiltersRequest.Builder
-
Packages that use ListVocabularyFiltersRequest.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 ListVocabularyFiltersRequest.Builder in software.amazon.awssdk.services.transcribe
Method parameters in software.amazon.awssdk.services.transcribe with type arguments of type ListVocabularyFiltersRequest.Builder Modifier and Type Method Description default CompletableFuture<ListVocabularyFiltersResponse>TranscribeAsyncClient. listVocabularyFilters(Consumer<ListVocabularyFiltersRequest.Builder> listVocabularyFiltersRequest)Provides a list of custom vocabulary filters that match the specified criteria.default ListVocabularyFiltersResponseTranscribeClient. listVocabularyFilters(Consumer<ListVocabularyFiltersRequest.Builder> listVocabularyFiltersRequest)Provides a list of custom vocabulary filters that match the specified criteria.default ListVocabularyFiltersPublisherTranscribeAsyncClient. listVocabularyFiltersPaginator(Consumer<ListVocabularyFiltersRequest.Builder> listVocabularyFiltersRequest)Provides a list of custom vocabulary filters that match the specified criteria.default ListVocabularyFiltersIterableTranscribeClient. listVocabularyFiltersPaginator(Consumer<ListVocabularyFiltersRequest.Builder> listVocabularyFiltersRequest)Provides a list of custom vocabulary filters that match the specified criteria. -
Uses of ListVocabularyFiltersRequest.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return ListVocabularyFiltersRequest.Builder Modifier and Type Method Description static ListVocabularyFiltersRequest.BuilderListVocabularyFiltersRequest. builder()ListVocabularyFiltersRequest.BuilderListVocabularyFiltersRequest.Builder. maxResults(Integer maxResults)The maximum number of custom vocabulary filters to return in each page of results.ListVocabularyFiltersRequest.BuilderListVocabularyFiltersRequest.Builder. nameContains(String nameContains)Returns only the custom vocabulary filters that contain the specified string.ListVocabularyFiltersRequest.BuilderListVocabularyFiltersRequest.Builder. nextToken(String nextToken)If yourListVocabularyFiltersrequest returns more results than can be displayed,NextTokenis displayed in the response with an associated string.ListVocabularyFiltersRequest.BuilderListVocabularyFiltersRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVocabularyFiltersRequest.BuilderListVocabularyFiltersRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListVocabularyFiltersRequest.BuilderListVocabularyFiltersRequest. toBuilder()Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type ListVocabularyFiltersRequest.Builder Modifier and Type Method Description static Class<? extends ListVocabularyFiltersRequest.Builder>ListVocabularyFiltersRequest. serializableBuilderClass()
-