| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static DataCollectionType |
DataCollectionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataCollectionType |
GetRasterDataCollectionResponse.type()
The raster data collection type.
|
DataCollectionType |
RasterDataCollectionMetadata.type()
The type of raster data collection.
|
static DataCollectionType |
DataCollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCollectionType[] |
DataCollectionType.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<DataCollectionType> |
DataCollectionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetRasterDataCollectionResponse.Builder |
GetRasterDataCollectionResponse.Builder.type(DataCollectionType type)
The raster data collection type.
|
RasterDataCollectionMetadata.Builder |
RasterDataCollectionMetadata.Builder.type(DataCollectionType type)
The type of raster data collection.
|
Copyright © 2023. All rights reserved.