|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateDeploymentRequest | |
---|---|
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. |
Uses of CreateDeploymentRequest in com.amazonaws.services.opsworks |
---|
Method parameters in com.amazonaws.services.opsworks with type arguments of type CreateDeploymentRequest | |
---|---|
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. |
Uses of CreateDeploymentRequest in com.amazonaws.services.opsworks.model |
---|
Methods in com.amazonaws.services.opsworks.model that return CreateDeploymentRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |