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