| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryResultItem |
InventoryResultItem.clone() |
InventoryResultItem |
InventoryResultItem.withCaptureTime(String captureTime)
The time inventory item data was captured.
|
InventoryResultItem |
InventoryResultItem.withContent(Collection<Map<String,String>> content)
Contains all the inventory data of the item type.
|
InventoryResultItem |
InventoryResultItem.withContent(Map<String,String>... content)
Contains all the inventory data of the item type.
|
InventoryResultItem |
InventoryResultItem.withContentHash(String contentHash)
MD5 hash of the inventory item type contents.
|
InventoryResultItem |
InventoryResultItem.withSchemaVersion(String schemaVersion)
The schema version for the inventory result item/
|
InventoryResultItem |
InventoryResultItem.withTypeName(String typeName)
The name of the inventory result item type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,InventoryResultItem> |
InventoryResultEntity.getData()
The data section in the inventory result entity JSON.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryResultEntity |
InventoryResultEntity.addDataEntry(String key,
InventoryResultItem value) |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryResultEntity.setData(Map<String,InventoryResultItem> data)
The data section in the inventory result entity JSON.
|
InventoryResultEntity |
InventoryResultEntity.withData(Map<String,InventoryResultItem> data)
The data section in the inventory result entity JSON.
|
Copyright © 2018. All rights reserved.