| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
AssetValue |
AssetValue.clone() |
AssetValue |
AssetValue.withHref(String href)
Link to the asset object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AssetValue> |
ItemSource.getAssets()
This is a dictionary of Asset Objects data associated with the Item that can be downloaded or streamed, each with
a unique key.
|
| Modifier and Type | Method and Description |
|---|---|
ItemSource |
ItemSource.addAssetsEntry(String key,
AssetValue value)
Add a single Assets entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemSource.setAssets(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.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.
|
Copyright © 2025. All rights reserved.