Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CommandFilterKey
-
Packages that use CommandFilterKey Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of CommandFilterKey in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CommandFilterKey Modifier and Type Method Description static CommandFilterKey
CommandFilterKey. fromValue(String value)
Use this in place of valueOf.static CommandFilterKey
CommandFilterKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandFilterKey[]
CommandFilterKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type CommandFilterKey Modifier and Type Method Description void
CommandFilter. setKey(CommandFilterKey key)
The name of the filter.CommandFilter
CommandFilter. withKey(CommandFilterKey key)
The name of the filter.
-