Uses of Enum
software.amazon.awssdk.services.ssm.model.OpsItemFilterKey
Packages that use OpsItemFilterKey
-
Uses of OpsItemFilterKey in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OpsItemFilterKeyModifier and TypeMethodDescriptionstatic OpsItemFilterKeyUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OpsItemFilterKeyOpsItemFilter.key()The name of the filter.static OpsItemFilterKeyReturns the enum constant of this type with the specified name.static OpsItemFilterKey[]OpsItemFilterKey.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 OpsItemFilterKeyMethods in software.amazon.awssdk.services.ssm.model with parameters of type OpsItemFilterKeyModifier and TypeMethodDescriptionOpsItemFilter.Builder.key(OpsItemFilterKey key) The name of the filter.