| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceType |
DataSourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataSourceType |
DataSource.type()
The data type for the data source that you're using for your container image or simulation job.
|
DataSourceType |
DataSourceConfig.type()
The data type for the data source that you're using for your container image or simulation job.
|
static DataSourceType |
DataSourceType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DataSourceType> |
DataSourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataSource.Builder |
DataSource.Builder.type(DataSourceType type)
The data type for the data source that you're using for your container image or simulation job.
|
DataSourceConfig.Builder |
DataSourceConfig.Builder.type(DataSourceType type)
The data type for the data source that you're using for your container image or simulation job.
|
Copyright © 2022. All rights reserved.