Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
OpsAggregator |
OpsAggregator.addValuesEntry(String key,
String value)
Add a single Values entry
|
OpsAggregator |
OpsAggregator.clearValuesEntries()
Removes all the entries added into Values.
|
OpsAggregator |
OpsAggregator.clone() |
OpsAggregator |
OpsAggregator.withAggregators(Collection<OpsAggregator> aggregators)
A nested aggregator for viewing counts of OpsData.
|
OpsAggregator |
OpsAggregator.withAggregators(OpsAggregator... aggregators)
A nested aggregator for viewing counts of OpsData.
|
OpsAggregator |
OpsAggregator.withAggregatorType(String aggregatorType)
Either a
Range or Count aggregator for limiting an OpsData summary. |
OpsAggregator |
OpsAggregator.withAttributeName(String attributeName)
The name of an OpsData attribute on which to limit the count of OpsData.
|
OpsAggregator |
OpsAggregator.withFilters(Collection<OpsFilter> filters)
The aggregator filters.
|
OpsAggregator |
OpsAggregator.withFilters(OpsFilter... filters)
The aggregator filters.
|
OpsAggregator |
OpsAggregator.withTypeName(String typeName)
The data type name to use for viewing counts of OpsData.
|
OpsAggregator |
OpsAggregator.withValues(Map<String,String> values)
The aggregator value.
|
Modifier and Type | Method and Description |
---|---|
List<OpsAggregator> |
OpsAggregator.getAggregators()
A nested aggregator for viewing counts of OpsData.
|
List<OpsAggregator> |
GetOpsSummaryRequest.getAggregators()
Optional aggregators that return counts of OpsData based on one or more expressions.
|
Modifier and Type | Method and Description |
---|---|
OpsAggregator |
OpsAggregator.withAggregators(OpsAggregator... aggregators)
A nested aggregator for viewing counts of OpsData.
|
GetOpsSummaryRequest |
GetOpsSummaryRequest.withAggregators(OpsAggregator... aggregators)
Optional aggregators that return counts of OpsData based on one or more expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
OpsAggregator.setAggregators(Collection<OpsAggregator> aggregators)
A nested aggregator for viewing counts of OpsData.
|
void |
GetOpsSummaryRequest.setAggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsData based on one or more expressions.
|
OpsAggregator |
OpsAggregator.withAggregators(Collection<OpsAggregator> aggregators)
A nested aggregator for viewing counts of OpsData.
|
GetOpsSummaryRequest |
GetOpsSummaryRequest.withAggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsData based on one or more expressions.
|
Copyright © 2022. All rights reserved.