Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandInvocation.setStatus(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.
|
void |
GetCommandInvocationResult.setStatus(CommandInvocationStatus status)
The status of this invocation plugin.
|
CommandInvocation |
CommandInvocation.withStatus(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withStatus(CommandInvocationStatus status)
The status of this invocation plugin.
|
Copyright © 2023. All rights reserved.