| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCommand |
DeploymentCommand.addArgsEntry(String key,
List<String> value)
Add a single Args entry
|
DeploymentCommand |
DeploymentCommand.clearArgsEntries()
Removes all the entries added into Args.
|
DeploymentCommand |
DeploymentCommand.clone() |
DeploymentCommand |
CreateDeploymentRequest.getCommand()
A
DeploymentCommand object that specifies the deployment command and any associated arguments. |
DeploymentCommand |
Deployment.getCommand()
Used to specify a stack or deployment command.
|
DeploymentCommand |
DeploymentCommand.withArgs(Map<String,List<String>> args)
The arguments of those commands that take arguments.
|
DeploymentCommand |
DeploymentCommand.withName(DeploymentCommandName name)
Specifies the operation.
|
DeploymentCommand |
DeploymentCommand.withName(String name)
Specifies the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDeploymentRequest.setCommand(DeploymentCommand command)
A
DeploymentCommand object that specifies the deployment command and any associated arguments. |
void |
Deployment.setCommand(DeploymentCommand command)
Used to specify a stack or deployment command.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withCommand(DeploymentCommand command)
A
DeploymentCommand object that specifies the deployment command and any associated arguments. |
Deployment |
Deployment.withCommand(DeploymentCommand command)
Used to specify a stack or deployment command.
|
Copyright © 2024. All rights reserved.