| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
ItemSource |
ItemSource.addAssetsEntry(String key,
AssetValue value)
Add a single Assets entry
|
ItemSource |
ItemSource.clearAssetsEntries()
Removes all the entries added into Assets.
|
ItemSource |
ItemSource.clone() |
ItemSource |
ItemSource.withAssets(Map<String,AssetValue> assets)
This is a dictionary of Asset Objects data associated with the Item that can be downloaded or streamed, each with
a unique key.
|
ItemSource |
ItemSource.withDateTime(Date dateTime)
The searchable date and time of the item, in UTC.
|
ItemSource |
ItemSource.withGeometry(Geometry geometry)
The item Geometry in GeoJson format.
|
ItemSource |
ItemSource.withId(String id)
A unique Id for the source item.
|
ItemSource |
ItemSource.withProperties(Properties properties)
This field contains additional properties of the item.
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemSource> |
SearchRasterDataCollectionResult.getItems()
List of items matching the Raster DataCollectionQuery.
|
| Modifier and Type | Method and Description |
|---|---|
SearchRasterDataCollectionResult |
SearchRasterDataCollectionResult.withItems(ItemSource... items)
List of items matching the Raster DataCollectionQuery.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRasterDataCollectionResult.setItems(Collection<ItemSource> items)
List of items matching the Raster DataCollectionQuery.
|
SearchRasterDataCollectionResult |
SearchRasterDataCollectionResult.withItems(Collection<ItemSource> items)
List of items matching the Raster DataCollectionQuery.
|
Copyright © 2025. All rights reserved.