Package | Description |
---|---|
com.amazonaws.services.opsworks |
Synchronous and asynchronous client classes for accessing AWSOpsWorks.
|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateDeploymentResult> |
AWSOpsWorksAsyncClient.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Deploys a stack or app.
|
Future<CreateDeploymentResult> |
AWSOpsWorksAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Deploys a stack or app.
|
Modifier and Type | Method and Description |
---|---|
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.withStackId(String stackId)
The stack ID.
|
Copyright © 2014. All rights reserved.