| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.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 |
|---|---|
GetCommandInvocationResponse.Builder |
GetCommandInvocationResponse.Builder.status(CommandInvocationStatus status)
The status of the parent command for this invocation.
|
CommandInvocation.Builder |
CommandInvocation.Builder.status(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.
|
Copyright © 2017. All rights reserved.