Uses of Class
software.amazon.awssdk.services.ssm.model.NodeAggregator
-
Packages that use NodeAggregator Package Description software.amazon.awssdk.services.ssm.model -
-
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 NodeAggregator Modifier and Type Method Description List<NodeAggregator>ListNodesSummaryRequest. aggregators()Specify one or more aggregators to return a count of managed nodes that match that expression.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 NodeAggregator Modifier and Type Method Description ListNodesSummaryRequest.BuilderListNodesSummaryRequest.Builder. aggregators(NodeAggregator... aggregators)Specify one or more aggregators to return a count of managed nodes that match that expression.NodeAggregator.BuilderNodeAggregator.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 NodeAggregator Modifier and Type Method Description ListNodesSummaryRequest.BuilderListNodesSummaryRequest.Builder. aggregators(Collection<NodeAggregator> aggregators)Specify one or more aggregators to return a count of managed nodes that match that expression.NodeAggregator.BuilderNodeAggregator.Builder. aggregators(Collection<NodeAggregator> aggregators)Information about aggregators used to refine a node summary.
-