Uses of Class
software.amazon.awssdk.services.ssm.model.OpsFilterOperatorType
-
Packages that use OpsFilterOperatorType Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of OpsFilterOperatorType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OpsFilterOperatorType Modifier and Type Method Description static OpsFilterOperatorTypeOpsFilterOperatorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OpsFilterOperatorTypeOpsFilter. type()The type of filter.static OpsFilterOperatorTypeOpsFilterOperatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpsFilterOperatorType[]OpsFilterOperatorType. 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 OpsFilterOperatorType Modifier and Type Method Description static Set<OpsFilterOperatorType>OpsFilterOperatorType. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsFilterOperatorType Modifier and Type Method Description OpsFilter.BuilderOpsFilter.Builder. type(OpsFilterOperatorType type)The type of filter.
-