Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CommandPluginStatus
-
Packages that use CommandPluginStatus Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of CommandPluginStatus in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CommandPluginStatus Modifier and Type Method Description static CommandPluginStatus
CommandPluginStatus. fromValue(String value)
Use this in place of valueOf.static CommandPluginStatus
CommandPluginStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandPluginStatus[]
CommandPluginStatus. 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 CommandPluginStatus Modifier and Type Method Description void
CommandPlugin. setStatus(CommandPluginStatus status)
The status of this plugin.CommandPlugin
CommandPlugin. withStatus(CommandPluginStatus status)
The status of this plugin.
-