Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private DeploymentCommand |
Deployment.command |
private DeploymentCommand |
CreateDeploymentRequest.command
A
DeploymentCommand object that specifies the deployment
command and any associated arguments. |
Modifier and Type | Method and Description |
---|---|
DeploymentCommand |
DeploymentCommand.addArgsEntry(java.lang.String key,
java.util.List<java.lang.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(java.util.Map<java.lang.String,java.util.List<java.lang.String>> args)
The arguments of those commands that take arguments.
|
DeploymentCommand |
DeploymentCommand.withName(DeploymentCommandName name)
Specifies the operation.
|
DeploymentCommand |
DeploymentCommand.withName(java.lang.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. |
Modifier and Type | Method and Description |
---|---|
DeploymentCommand |
DeploymentCommandJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentCommandJsonMarshaller.marshall(DeploymentCommand deploymentCommand,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|