Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.DataCollectionType
-
Packages that use DataCollectionType Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of DataCollectionType in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return DataCollectionType Modifier and Type Method Description static DataCollectionTypeDataCollectionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataCollectionTypeGetRasterDataCollectionResponse. type()The raster data collection type.DataCollectionTypeRasterDataCollectionMetadata. type()The type of raster data collection.static DataCollectionTypeDataCollectionType. 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.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type DataCollectionType Modifier and Type Method Description static Set<DataCollectionType>DataCollectionType. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type DataCollectionType Modifier and Type Method Description GetRasterDataCollectionResponse.BuilderGetRasterDataCollectionResponse.Builder. type(DataCollectionType type)The raster data collection type.RasterDataCollectionMetadata.BuilderRasterDataCollectionMetadata.Builder. type(DataCollectionType type)The type of raster data collection.
-