Uses of Enum
software.amazon.awssdk.services.ssm.model.InventoryQueryOperatorType
Packages that use InventoryQueryOperatorType
-
Uses of InventoryQueryOperatorType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InventoryQueryOperatorTypeModifier and TypeMethodDescriptionstatic InventoryQueryOperatorTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.InventoryFilter.type()The type of filter.static InventoryQueryOperatorTypeReturns 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 InventoryQueryOperatorTypeModifier and TypeMethodDescriptionstatic Set<InventoryQueryOperatorType>InventoryQueryOperatorType.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryQueryOperatorTypeModifier and TypeMethodDescriptionInventoryFilter.Builder.type(InventoryQueryOperatorType type) The type of filter.