Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryQueryOperatorType
-
Packages that use InventoryQueryOperatorType Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InventoryQueryOperatorType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InventoryQueryOperatorType Modifier and Type Method Description static InventoryQueryOperatorTypeInventoryQueryOperatorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InventoryQueryOperatorTypeInventoryFilter. type()The type of filter.static InventoryQueryOperatorTypeInventoryQueryOperatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static InventoryQueryOperatorType[]InventoryQueryOperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryQueryOperatorType Modifier and Type Method Description static Set<InventoryQueryOperatorType>InventoryQueryOperatorType. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryQueryOperatorType Modifier and Type Method Description InventoryFilter.BuilderInventoryFilter.Builder. type(InventoryQueryOperatorType type)The type of filter.
-