Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
OpsEntity |
OpsEntity.addDataEntry(String key,
OpsEntityItem value)
Add a single Data entry
|
OpsEntity |
OpsEntity.clearDataEntries()
Removes all the entries added into Data.
|
OpsEntity |
OpsEntity.clone() |
OpsEntity |
OpsEntity.withData(Map<String,OpsEntityItem> data)
The data returned by the query.
|
OpsEntity |
OpsEntity.withId(String id)
The query ID.
|
Modifier and Type | Method and Description |
---|---|
List<OpsEntity> |
GetOpsSummaryResult.getEntities()
The list of aggregated details and filtered OpsData.
|
Modifier and Type | Method and Description |
---|---|
GetOpsSummaryResult |
GetOpsSummaryResult.withEntities(OpsEntity... entities)
The list of aggregated details and filtered OpsData.
|
Modifier and Type | Method and Description |
---|---|
void |
GetOpsSummaryResult.setEntities(Collection<OpsEntity> entities)
The list of aggregated details and filtered OpsData.
|
GetOpsSummaryResult |
GetOpsSummaryResult.withEntities(Collection<OpsEntity> entities)
The list of aggregated details and filtered OpsData.
|
Copyright © 2022. All rights reserved.