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 to convert the raw string returned by the service into the enum value.
|
CommandInvocationStatus |
GetCommandInvocationResponse.status()
The status of this invocation plugin.
|
CommandInvocationStatus |
CommandInvocation.status()
Whether or not the invocation succeeded, failed, or is pending.
|
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 |
---|---|
static Set<CommandInvocationStatus> |
CommandInvocationStatus.knownValues()
|
Modifier and Type | Method and Description |
---|---|
GetCommandInvocationResponse.Builder |
GetCommandInvocationResponse.Builder.status(CommandInvocationStatus status)
The status of this invocation plugin.
|
CommandInvocation.Builder |
CommandInvocation.Builder.status(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.
|
Copyright © 2023. All rights reserved.