Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
DeploymentCommand |
DeploymentCommand.addArgsEntry(String key,
List<String> value) |
DeploymentCommand |
DeploymentCommand.clearArgsEntries()
Removes all the entries added into Args.
|
DeploymentCommand |
DeploymentCommand.clone() |
DeploymentCommand |
Deployment.getCommand() |
DeploymentCommand |
CreateDeploymentRequest.getCommand()
A
DeploymentCommand object that specifies the deployment
command and any associated arguments. |
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 |
Deployment.setCommand(DeploymentCommand command) |
void |
CreateDeploymentRequest.setCommand(DeploymentCommand command)
A
DeploymentCommand object that specifies the deployment
command and any associated arguments. |
Deployment |
Deployment.withCommand(DeploymentCommand command) |
CreateDeploymentRequest |
CreateDeploymentRequest.withCommand(DeploymentCommand command)
A
DeploymentCommand object that specifies the deployment
command and any associated arguments. |
Copyright © 2018. All rights reserved.