Uses of Class
software.amazon.awssdk.services.connect.model.DefaultVocabulary
-
Packages that use DefaultVocabulary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of DefaultVocabulary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type DefaultVocabulary Modifier and Type Method Description List<DefaultVocabulary>ListDefaultVocabulariesResponse. defaultVocabularyList()A list of default vocabularies.Methods in software.amazon.awssdk.services.connect.model with parameters of type DefaultVocabulary Modifier and Type Method Description ListDefaultVocabulariesResponse.BuilderListDefaultVocabulariesResponse.Builder. defaultVocabularyList(DefaultVocabulary... defaultVocabularyList)A list of default vocabularies.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type DefaultVocabulary Modifier and Type Method Description ListDefaultVocabulariesResponse.BuilderListDefaultVocabulariesResponse.Builder. defaultVocabularyList(Collection<DefaultVocabulary> defaultVocabularyList)A list of default vocabularies. -
Uses of DefaultVocabulary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type DefaultVocabulary Modifier and Type Method Description SdkIterable<DefaultVocabulary>ListDefaultVocabulariesIterable. defaultVocabularyList()Returns an iterable to iterate through the paginatedListDefaultVocabulariesResponse.defaultVocabularyList()member.SdkPublisher<DefaultVocabulary>ListDefaultVocabulariesPublisher. defaultVocabularyList()Returns a publisher that can be used to get a stream of data.
-