Uses of Enum
com.amazonaws.services.simplesystemsmanagement.model.CommandInvocationStatus
Packages that use CommandInvocationStatus
-
Uses of CommandInvocationStatus in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CommandInvocationStatusModifier and TypeMethodDescriptionstatic CommandInvocationStatusUse this in place of valueOf.static CommandInvocationStatusReturns 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 CommandInvocationStatusModifier and TypeMethodDescriptionvoidCommandInvocation.setStatus(CommandInvocationStatus status) Whether or not the invocation succeeded, failed, or is pending.CommandInvocation.withStatus(CommandInvocationStatus status) Whether or not the invocation succeeded, failed, or is pending.