Uses of Interface
software.amazon.awssdk.services.connect.model.AssociateDefaultVocabularyRequest.Builder
-
Packages that use AssociateDefaultVocabularyRequest.Builder Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.model -
-
Uses of AssociateDefaultVocabularyRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type AssociateDefaultVocabularyRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateDefaultVocabularyResponse>ConnectAsyncClient. associateDefaultVocabulary(Consumer<AssociateDefaultVocabularyRequest.Builder> associateDefaultVocabularyRequest)Associates an existing vocabulary as the default.default AssociateDefaultVocabularyResponseConnectClient. associateDefaultVocabulary(Consumer<AssociateDefaultVocabularyRequest.Builder> associateDefaultVocabularyRequest)Associates an existing vocabulary as the default. -
Uses of AssociateDefaultVocabularyRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AssociateDefaultVocabularyRequest.Builder Modifier and Type Method Description static AssociateDefaultVocabularyRequest.BuilderAssociateDefaultVocabularyRequest. builder()AssociateDefaultVocabularyRequest.BuilderAssociateDefaultVocabularyRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.AssociateDefaultVocabularyRequest.BuilderAssociateDefaultVocabularyRequest.Builder. languageCode(String languageCode)The language code of the vocabulary entries.AssociateDefaultVocabularyRequest.BuilderAssociateDefaultVocabularyRequest.Builder. languageCode(VocabularyLanguageCode languageCode)The language code of the vocabulary entries.AssociateDefaultVocabularyRequest.BuilderAssociateDefaultVocabularyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateDefaultVocabularyRequest.BuilderAssociateDefaultVocabularyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateDefaultVocabularyRequest.BuilderAssociateDefaultVocabularyRequest. toBuilder()AssociateDefaultVocabularyRequest.BuilderAssociateDefaultVocabularyRequest.Builder. vocabularyId(String vocabularyId)The identifier of the custom vocabulary.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AssociateDefaultVocabularyRequest.Builder Modifier and Type Method Description static Class<? extends AssociateDefaultVocabularyRequest.Builder>AssociateDefaultVocabularyRequest. serializableBuilderClass()
-