Uses of Class
software.amazon.awssdk.services.robomaker.model.DataSourceType
-
Packages that use DataSourceType Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of DataSourceType in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.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.DataSourceTypeDataSource. type()The data type for the data source that you're using for your container image or simulation job.DataSourceTypeDataSourceConfig. type()The data type for the data source that you're using for your container image or simulation job.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.robomaker.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.robomaker.model with parameters of type DataSourceType Modifier and Type Method Description DataSource.BuilderDataSource.Builder. type(DataSourceType type)The data type for the data source that you're using for your container image or simulation job.DataSourceConfig.BuilderDataSourceConfig.Builder. type(DataSourceType type)The data type for the data source that you're using for your container image or simulation job.
-