Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryFilter
Packages that use InventoryFilter
-
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 InventoryFilterModifier and TypeMethodDescriptionfinal List<InventoryFilter>GetInventoryRequest.filters()One or more filters.final List<InventoryFilter>InventoryGroup.filters()Filters define the criteria for the group.final List<InventoryFilter>ListInventoryEntriesRequest.filters()One or more filters.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryFilterModifier and TypeMethodDescriptionGetInventoryRequest.Builder.filters(InventoryFilter... filters) One or more filters.InventoryGroup.Builder.filters(InventoryFilter... filters) Filters define the criteria for the group.ListInventoryEntriesRequest.Builder.filters(InventoryFilter... filters) One or more filters.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InventoryFilterModifier and TypeMethodDescriptionGetInventoryRequest.Builder.filters(Collection<InventoryFilter> filters) One or more filters.InventoryGroup.Builder.filters(Collection<InventoryFilter> filters) Filters define the criteria for the group.ListInventoryEntriesRequest.Builder.filters(Collection<InventoryFilter> filters) One or more filters.