Uses of Class
software.amazon.awssdk.services.ssm.model.NodeAggregator
Packages that use NodeAggregator
-
Uses of NodeAggregator in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type NodeAggregatorModifier and TypeMethodDescriptionfinal List<NodeAggregator>ListNodesSummaryRequest.aggregators()Specify one or more aggregators to return a count of managed nodes that match that expression.final List<NodeAggregator>NodeAggregator.aggregators()Information about aggregators used to refine a node summary.Methods in software.amazon.awssdk.services.ssm.model with parameters of type NodeAggregatorModifier and TypeMethodDescriptionListNodesSummaryRequest.Builder.aggregators(NodeAggregator... aggregators) Specify one or more aggregators to return a count of managed nodes that match that expression.NodeAggregator.Builder.aggregators(NodeAggregator... aggregators) Information about aggregators used to refine a node summary.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type NodeAggregatorModifier and TypeMethodDescriptionListNodesSummaryRequest.Builder.aggregators(Collection<NodeAggregator> aggregators) Specify one or more aggregators to return a count of managed nodes that match that expression.NodeAggregator.Builder.aggregators(Collection<NodeAggregator> aggregators) Information about aggregators used to refine a node summary.