| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
OpsEntityItem |
OpsEntityItem.clone() |
OpsEntityItem |
OpsEntityItem.withCaptureTime(String captureTime)
The time OpsItem data was captured.
|
OpsEntityItem |
OpsEntityItem.withContent(Collection<Map<String,String>> content)
The detailed data content for an OpsItem summaries result item.
|
OpsEntityItem |
OpsEntityItem.withContent(Map<String,String>... content)
The detailed data content for an OpsItem summaries result item.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,OpsEntityItem> |
OpsEntity.getData()
The data returned by the query.
|
| Modifier and Type | Method and Description |
|---|---|
OpsEntity |
OpsEntity.addDataEntry(String key,
OpsEntityItem value) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpsEntity.setData(Map<String,OpsEntityItem> data)
The data returned by the query.
|
OpsEntity |
OpsEntity.withData(Map<String,OpsEntityItem> data)
The data returned by the query.
|
Copyright © 2019. All rights reserved.