Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryAggregator
-
Packages that use InventoryAggregator Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InventoryAggregator in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryAggregator Modifier and Type Method Description List<InventoryAggregator>GetInventoryRequest. aggregators()Returns counts of inventory types based on one or more expressions.List<InventoryAggregator>InventoryAggregator. aggregators()Nested aggregators to further refine aggregation for an inventory type.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryAggregator Modifier and Type Method Description GetInventoryRequest.BuilderGetInventoryRequest.Builder. aggregators(InventoryAggregator... aggregators)Returns counts of inventory types based on one or more expressions.InventoryAggregator.BuilderInventoryAggregator.Builder. aggregators(InventoryAggregator... aggregators)Nested aggregators to further refine aggregation for an inventory type.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InventoryAggregator Modifier and Type Method Description GetInventoryRequest.BuilderGetInventoryRequest.Builder. aggregators(Collection<InventoryAggregator> aggregators)Returns counts of inventory types based on one or more expressions.InventoryAggregator.BuilderInventoryAggregator.Builder. aggregators(Collection<InventoryAggregator> aggregators)Nested aggregators to further refine aggregation for an inventory type.
-