Package | Description |
---|---|
com.amazonaws.services.opsworks | |
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDeploymentResult> |
AbstractAWSOpsWorksAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSOpsWorksAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Runs deployment or stack commands.
|
Future<CreateDeploymentResult> |
AWSOpsWorksAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.clone() |
CreateDeploymentRequest |
CreateDeploymentRequest.withAppId(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(String comment)
A user-defined comment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withCustomJson(String customJson)
A string that contains user-defined, custom JSON.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withInstanceIds(Collection<String> instanceIds)
The instance IDs for the deployment targets.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withInstanceIds(String... instanceIds)
The instance IDs for the deployment targets.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withLayerIds(Collection<String> layerIds)
The layer IDs for the deployment targets.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withLayerIds(String... layerIds)
The layer IDs for the deployment targets.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withStackId(String stackId)
The stack ID.
|
Copyright © 2018. All rights reserved.