| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
List<OpsFilter> |
OpsAggregator.filters()
The aggregator filters.
|
List<OpsFilter> |
GetOpsSummaryRequest.filters()
Optional filters used to scope down the returned OpsData.
|
| Modifier and Type | Method and Description |
|---|---|
OpsAggregator.Builder |
OpsAggregator.Builder.filters(OpsFilter... filters)
The aggregator filters.
|
GetOpsSummaryRequest.Builder |
GetOpsSummaryRequest.Builder.filters(OpsFilter... filters)
Optional filters used to scope down the returned OpsData.
|
| Modifier and Type | Method and Description |
|---|---|
OpsAggregator.Builder |
OpsAggregator.Builder.filters(Collection<OpsFilter> filters)
The aggregator filters.
|
GetOpsSummaryRequest.Builder |
GetOpsSummaryRequest.Builder.filters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsData.
|
Copyright © 2021. All rights reserved.