Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.SlotTypeConfiguration
-
Packages that use SlotTypeConfiguration Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of SlotTypeConfiguration in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type SlotTypeConfiguration Modifier and Type Method Description List<SlotTypeConfiguration>CreateSlotTypeVersionResponse. slotTypeConfigurations()Configuration information that extends the parent built-in slot type.List<SlotTypeConfiguration>GetSlotTypeResponse. slotTypeConfigurations()Configuration information that extends the parent built-in slot type.List<SlotTypeConfiguration>PutSlotTypeRequest. slotTypeConfigurations()Configuration information that extends the parent built-in slot type.List<SlotTypeConfiguration>PutSlotTypeResponse. slotTypeConfigurations()Configuration information that extends the parent built-in slot type.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type SlotTypeConfiguration Modifier and Type Method Description CreateSlotTypeVersionResponse.BuilderCreateSlotTypeVersionResponse.Builder. slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)Configuration information that extends the parent built-in slot type.GetSlotTypeResponse.BuilderGetSlotTypeResponse.Builder. slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)Configuration information that extends the parent built-in slot type.PutSlotTypeRequest.BuilderPutSlotTypeRequest.Builder. slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)Configuration information that extends the parent built-in slot type.PutSlotTypeResponse.BuilderPutSlotTypeResponse.Builder. slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)Configuration information that extends the parent built-in slot type.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type SlotTypeConfiguration Modifier and Type Method Description CreateSlotTypeVersionResponse.BuilderCreateSlotTypeVersionResponse.Builder. slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)Configuration information that extends the parent built-in slot type.GetSlotTypeResponse.BuilderGetSlotTypeResponse.Builder. slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)Configuration information that extends the parent built-in slot type.PutSlotTypeRequest.BuilderPutSlotTypeRequest.Builder. slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)Configuration information that extends the parent built-in slot type.PutSlotTypeResponse.BuilderPutSlotTypeResponse.Builder. slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)Configuration information that extends the parent built-in slot type.
-