Uses of Class
software.amazon.awssdk.services.bedrockagent.model.DataSourceType
-
Packages that use DataSourceType Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of DataSourceType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return DataSourceType Modifier and Type Method Description static DataSourceTypeDataSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataSourceTypeDataSourceConfiguration. type()Returns the value of the Type property for this object.static DataSourceTypeDataSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSourceType[]DataSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type DataSourceType Modifier and Type Method Description static Set<DataSourceType>DataSourceType. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type DataSourceType Modifier and Type Method Description DataSourceConfiguration.BuilderDataSourceConfiguration.Builder. type(DataSourceType type)Sets the value of the Type property for this object.
-