| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryItem |
InventoryItem.addContextEntry(String key,
String value) |
InventoryItem |
InventoryItem.clearContextEntries()
Removes all the entries added into Context.
|
InventoryItem |
InventoryItem.clone() |
InventoryItem |
InventoryItem.withCaptureTime(String captureTime)
The time the inventory information was collected.
|
InventoryItem |
InventoryItem.withContent(Collection<Map<String,String>> content)
The inventory data of the inventory type.
|
InventoryItem |
InventoryItem.withContent(Map<String,String>... content)
The inventory data of the inventory type.
|
InventoryItem |
InventoryItem.withContentHash(String contentHash)
MD5 hash of the inventory item type contents.
|
InventoryItem |
InventoryItem.withContext(Map<String,String> context)
A map of associated properties for a specified inventory type.
|
InventoryItem |
InventoryItem.withSchemaVersion(String schemaVersion)
The schema version for the inventory item.
|
InventoryItem |
InventoryItem.withTypeName(String typeName)
The name of the inventory type.
|
| Modifier and Type | Method and Description |
|---|---|
List<InventoryItem> |
PutInventoryRequest.getItems()
The inventory items that you want to add or update on instances.
|
| Modifier and Type | Method and Description |
|---|---|
PutInventoryRequest |
PutInventoryRequest.withItems(InventoryItem... items)
The inventory items that you want to add or update on instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutInventoryRequest.setItems(Collection<InventoryItem> items)
The inventory items that you want to add or update on instances.
|
PutInventoryRequest |
PutInventoryRequest.withItems(Collection<InventoryItem> items)
The inventory items that you want to add or update on instances.
|
Copyright © 2019. All rights reserved.