Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryFilter
-
Packages that use InventoryFilter Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InventoryFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryFilter Modifier and Type Method Description List<InventoryFilter>GetInventoryRequest. filters()One or more filters.List<InventoryFilter>InventoryGroup. filters()Filters define the criteria for the group.List<InventoryFilter>ListInventoryEntriesRequest. filters()One or more filters.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryFilter Modifier and Type Method Description GetInventoryRequest.BuilderGetInventoryRequest.Builder. filters(InventoryFilter... filters)One or more filters.InventoryGroup.BuilderInventoryGroup.Builder. filters(InventoryFilter... filters)Filters define the criteria for the group.ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest.Builder. filters(InventoryFilter... filters)One or more filters.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InventoryFilter Modifier and Type Method Description GetInventoryRequest.BuilderGetInventoryRequest.Builder. filters(Collection<InventoryFilter> filters)One or more filters.InventoryGroup.BuilderInventoryGroup.Builder. filters(Collection<InventoryFilter> filters)Filters define the criteria for the group.ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest.Builder. filters(Collection<InventoryFilter> filters)One or more filters.
-