|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentCommand | |
---|---|
com.amazonaws.services.opsworks.model | Classes modeling the various types represented by AWSOpsWorks. |
Uses of DeploymentCommand in com.amazonaws.services.opsworks.model |
---|
Methods in com.amazonaws.services.opsworks.model that return DeploymentCommand | |
---|---|
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 |
Deployment.getCommand()
Used to specify a deployment operation. |
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. |
Methods in com.amazonaws.services.opsworks.model with parameters of type DeploymentCommand | |
---|---|
void |
Deployment.setCommand(DeploymentCommand command)
Used to specify a deployment operation. |
void |
CreateDeploymentRequest.setCommand(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. |
CreateDeploymentRequest |
CreateDeploymentRequest.withCommand(DeploymentCommand command)
A DeploymentCommand object that specifies the deployment
command and any associated arguments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |