Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CommandInvocationStatus
-
Packages that use CommandInvocationStatus Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of CommandInvocationStatus in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CommandInvocationStatus Modifier and Type Method Description static CommandInvocationStatus
CommandInvocationStatus. fromValue(String value)
Use this in place of valueOf.static CommandInvocationStatus
CommandInvocationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandInvocationStatus[]
CommandInvocationStatus. 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 CommandInvocationStatus Modifier and Type Method Description void
CommandInvocation. setStatus(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.CommandInvocation
CommandInvocation. withStatus(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.
-