Package | Description |
---|---|
com.amazonaws.services.opsworks | |
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateDeploymentResult> |
AbstractAWSOpsWorksAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
java.util.concurrent.Future<CreateDeploymentResult> |
AWSOpsWorksAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
java.util.concurrent.Future<CreateDeploymentResult> |
AWSOpsWorksAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Runs deployment or stack commands.
|
Modifier and Type | Method and Description |
---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.clone() |
CreateDeploymentRequest |
CreateDeploymentRequest.withAppId(java.lang.String appId)
The app ID.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withCommand(DeploymentCommand command)
A
DeploymentCommand object that specifies the deployment
command and any associated arguments. |
CreateDeploymentRequest |
CreateDeploymentRequest.withComment(java.lang.String comment)
A user-defined comment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withCustomJson(java.lang.String customJson)
A string that contains user-defined, custom JSON.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withInstanceIds(java.util.Collection<java.lang.String> instanceIds)
The instance IDs for the deployment targets.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withInstanceIds(java.lang.String... instanceIds)
The instance IDs for the deployment targets.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withLayerIds(java.util.Collection<java.lang.String> layerIds)
The layer IDs for the deployment targets.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withLayerIds(java.lang.String... layerIds)
The layer IDs for the deployment targets.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withStackId(java.lang.String stackId)
The stack ID.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateDeploymentRequest> |
CreateDeploymentRequestMarshaller.marshall(CreateDeploymentRequest createDeploymentRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateDeploymentRequest> |
CreateDeploymentRequestMarshaller.marshall(CreateDeploymentRequest createDeploymentRequest) |