Uses of Enum
com.amazonaws.services.simplesystemsmanagement.model.CommandStatus
Packages that use CommandStatus
-
Uses of CommandStatus in com.amazonaws.services.simplesystemsmanagement.model
Subclasses with type arguments of type CommandStatus in com.amazonaws.services.simplesystemsmanagement.modelMethods in com.amazonaws.services.simplesystemsmanagement.model that return CommandStatusModifier and TypeMethodDescriptionstatic CommandStatusUse this in place of valueOf.static CommandStatusReturns 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 CommandStatusModifier and TypeMethodDescriptionvoidCommand.setStatus(CommandStatus status) The status of the command.Command.withStatus(CommandStatus status) The status of the command.