| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryResultEntity |
InventoryResultEntity.addDataEntry(String key,
InventoryResultItem value)
Add a single Data entry
|
InventoryResultEntity |
InventoryResultEntity.clearDataEntries()
Removes all the entries added into Data.
|
InventoryResultEntity |
InventoryResultEntity.clone() |
InventoryResultEntity |
InventoryResultEntity.withData(Map<String,InventoryResultItem> data)
The data section in the inventory result entity JSON.
|
InventoryResultEntity |
InventoryResultEntity.withId(String id)
ID of the inventory result entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<InventoryResultEntity> |
GetInventoryResult.getEntities()
Collection of inventory entities such as a collection of instance inventory.
|
| Modifier and Type | Method and Description |
|---|---|
GetInventoryResult |
GetInventoryResult.withEntities(InventoryResultEntity... entities)
Collection of inventory entities such as a collection of instance inventory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInventoryResult.setEntities(Collection<InventoryResultEntity> entities)
Collection of inventory entities such as a collection of instance inventory.
|
GetInventoryResult |
GetInventoryResult.withEntities(Collection<InventoryResultEntity> entities)
Collection of inventory entities such as a collection of instance inventory.
|
Copyright © 2021. All rights reserved.