Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
DeploymentCommand |
DeploymentCommand.addArgsEntry(String key,
List<String> value)
The arguments of those commands that take arguments.
|
DeploymentCommand |
DeploymentCommand.clearArgsEntries()
Removes all the entries added into Args.
|
DeploymentCommand |
CreateDeploymentRequest.getCommand()
A
DeploymentCommand object that specifies the deployment
command and any associated arguments. |
DeploymentCommand |
Deployment.getCommand()
Used to specify a deployment operation.
|
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 deployment operation.
|
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 deployment operation.
|
Copyright © 2014. All rights reserved.