Uses of Class
software.amazon.awssdk.services.ssm.model.OpsFilter
-
Packages that use OpsFilter Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of OpsFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsFilter Modifier and Type Method Description List<OpsFilter>GetOpsSummaryRequest. filters()Optional filters used to scope down the returned OpsData.List<OpsFilter>OpsAggregator. filters()The aggregator filters.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsFilter Modifier and Type Method Description GetOpsSummaryRequest.BuilderGetOpsSummaryRequest.Builder. filters(OpsFilter... filters)Optional filters used to scope down the returned OpsData.OpsAggregator.BuilderOpsAggregator.Builder. filters(OpsFilter... filters)The aggregator filters.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsFilter Modifier and Type Method Description GetOpsSummaryRequest.BuilderGetOpsSummaryRequest.Builder. filters(Collection<OpsFilter> filters)Optional filters used to scope down the returned OpsData.OpsAggregator.BuilderOpsAggregator.Builder. filters(Collection<OpsFilter> filters)The aggregator filters.
-