Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ExternalSourceSetting
-
Packages that use ExternalSourceSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ExternalSourceSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ExternalSourceSetting Modifier and Type Method Description ExternalSourceSettingCreateSlotTypeRequest. externalSourceSetting()Sets the type of external information used to create the slot type.ExternalSourceSettingCreateSlotTypeResponse. externalSourceSetting()The type of external information used to create the slot type.ExternalSourceSettingDescribeSlotTypeResponse. externalSourceSetting()Returns the value of the ExternalSourceSetting property for this object.ExternalSourceSettingUpdateSlotTypeRequest. externalSourceSetting()Returns the value of the ExternalSourceSetting property for this object.ExternalSourceSettingUpdateSlotTypeResponse. externalSourceSetting()Returns the value of the ExternalSourceSetting property for this object.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ExternalSourceSetting Modifier and Type Method Description CreateSlotTypeRequest.BuilderCreateSlotTypeRequest.Builder. externalSourceSetting(ExternalSourceSetting externalSourceSetting)Sets the type of external information used to create the slot type.CreateSlotTypeResponse.BuilderCreateSlotTypeResponse.Builder. externalSourceSetting(ExternalSourceSetting externalSourceSetting)The type of external information used to create the slot type.DescribeSlotTypeResponse.BuilderDescribeSlotTypeResponse.Builder. externalSourceSetting(ExternalSourceSetting externalSourceSetting)Sets the value of the ExternalSourceSetting property for this object.UpdateSlotTypeRequest.BuilderUpdateSlotTypeRequest.Builder. externalSourceSetting(ExternalSourceSetting externalSourceSetting)Sets the value of the ExternalSourceSetting property for this object.UpdateSlotTypeResponse.BuilderUpdateSlotTypeResponse.Builder. externalSourceSetting(ExternalSourceSetting externalSourceSetting)Sets the value of the ExternalSourceSetting property for this object.
-