Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.DataSourceType
Packages that use DataSourceType
-
Uses of DataSourceType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return DataSourceTypeModifier and TypeMethodDescriptionstatic DataSourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DataSourceTypeDataSourceConfiguration.type()The type of data source.static DataSourceTypeReturns 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 DataSourceTypeMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type DataSourceTypeModifier and TypeMethodDescriptionDataSourceConfiguration.Builder.type(DataSourceType type) The type of data source.