Uses of Class
software.amazon.awssdk.services.ssm.model.OpsAggregator
Packages that use OpsAggregator
-
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 OpsAggregatorModifier and TypeMethodDescriptionfinal List<OpsAggregator>GetOpsSummaryRequest.aggregators()Optional aggregators that return counts of OpsData based on one or more expressions.final List<OpsAggregator>OpsAggregator.aggregators()A nested aggregator for viewing counts of OpsData.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsAggregatorModifier and TypeMethodDescriptionGetOpsSummaryRequest.Builder.aggregators(OpsAggregator... aggregators) Optional aggregators that return counts of OpsData based on one or more expressions.OpsAggregator.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 OpsAggregatorModifier and TypeMethodDescriptionGetOpsSummaryRequest.Builder.aggregators(Collection<OpsAggregator> aggregators) Optional aggregators that return counts of OpsData based on one or more expressions.OpsAggregator.Builder.aggregators(Collection<OpsAggregator> aggregators) A nested aggregator for viewing counts of OpsData.