| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCommand.Builder |
DeploymentCommand.Builder.args(Map<String,? extends Collection<String>> args)
The arguments of those commands that take arguments.
|
static DeploymentCommand.Builder |
DeploymentCommand.builder() |
DeploymentCommand.Builder |
DeploymentCommand.Builder.name(DeploymentCommandName name)
Specifies the operation.
|
DeploymentCommand.Builder |
DeploymentCommand.Builder.name(String name)
Specifies the operation.
|
DeploymentCommand.Builder |
DeploymentCommand.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentCommand.Builder> |
DeploymentCommand.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Deployment.Builder |
Deployment.Builder.command(Consumer<DeploymentCommand.Builder> command)
Used to specify a stack or deployment command.
|
default CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.command(Consumer<DeploymentCommand.Builder> command)
A
DeploymentCommand object that specifies the deployment command and any associated arguments. |
Copyright © 2023. All rights reserved.