Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryAggregator
Packages that use InventoryAggregator
-
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 InventoryAggregatorModifier and TypeMethodDescriptionfinal List<InventoryAggregator>GetInventoryRequest.aggregators()Returns counts of inventory types based on one or more expressions.final 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 InventoryAggregatorModifier and TypeMethodDescriptionGetInventoryRequest.Builder.aggregators(InventoryAggregator... aggregators) Returns counts of inventory types based on one or more expressions.InventoryAggregator.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 InventoryAggregatorModifier and TypeMethodDescriptionGetInventoryRequest.Builder.aggregators(Collection<InventoryAggregator> aggregators) Returns counts of inventory types based on one or more expressions.InventoryAggregator.Builder.aggregators(Collection<InventoryAggregator> aggregators) Nested aggregators to further refine aggregation for an inventory type.