| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentCommandName |
DeploymentCommandName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DeploymentCommandName |
DeploymentCommand.name()
Specifies the operation.
|
static DeploymentCommandName |
DeploymentCommandName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentCommandName[] |
DeploymentCommandName.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<DeploymentCommandName> |
DeploymentCommandName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentCommand.Builder |
DeploymentCommand.Builder.name(DeploymentCommandName name)
Specifies the operation.
|
Copyright © 2023. All rights reserved.