Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryGroup
Packages that use InventoryGroup
-
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 InventoryGroupModifier and TypeMethodDescriptionfinal 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 InventoryGroupModifier and TypeMethodDescriptionInventoryAggregator.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 InventoryGroupModifier and TypeMethodDescriptionInventoryAggregator.Builder.groups(Collection<InventoryGroup> groups) A user-defined set of one or more filters on which to aggregate inventory data.