Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryGroup
-
Packages that use InventoryGroup Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InventoryGroup in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryGroup Modifier and Type Method Description List<InventoryGroup>InventoryAggregator. groups()A user-defined set of one or more filters on which to aggregate inventory data.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryGroup Modifier and Type Method Description InventoryAggregator.BuilderInventoryAggregator.Builder. groups(InventoryGroup... groups)A user-defined set of one or more filters on which to aggregate inventory data.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InventoryGroup Modifier and Type Method Description InventoryAggregator.BuilderInventoryAggregator.Builder. groups(Collection<InventoryGroup> groups)A user-defined set of one or more filters on which to aggregate inventory data.
-