Uses of Class
software.amazon.awssdk.services.ssm.model.OpsAggregator
-
Packages that use OpsAggregator Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of OpsAggregator in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsAggregator Modifier and Type Method Description List<OpsAggregator>GetOpsSummaryRequest. aggregators()Optional aggregators that return counts of OpsData based on one or more expressions.List<OpsAggregator>OpsAggregator. aggregators()A nested aggregator for viewing counts of OpsData.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsAggregator Modifier and Type Method Description GetOpsSummaryRequest.BuilderGetOpsSummaryRequest.Builder. aggregators(OpsAggregator... aggregators)Optional aggregators that return counts of OpsData based on one or more expressions.OpsAggregator.BuilderOpsAggregator.Builder. aggregators(OpsAggregator... aggregators)A nested aggregator for viewing counts of OpsData.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsAggregator Modifier and Type Method Description GetOpsSummaryRequest.BuilderGetOpsSummaryRequest.Builder. aggregators(Collection<OpsAggregator> aggregators)Optional aggregators that return counts of OpsData based on one or more expressions.OpsAggregator.BuilderOpsAggregator.Builder. aggregators(Collection<OpsAggregator> aggregators)A nested aggregator for viewing counts of OpsData.
-