Uses of Class
com.amazonaws.services.opsworks.model.CreateDeploymentRequest
-
Packages that use CreateDeploymentRequest Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of CreateDeploymentRequest in com.amazonaws.services.opsworks
Method parameters in com.amazonaws.services.opsworks with type arguments of type CreateDeploymentRequest Modifier and Type Method 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)
-
Uses of CreateDeploymentRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return CreateDeploymentRequest Modifier and Type Method Description CreateDeploymentRequest
CreateDeploymentRequest. clone()
CreateDeploymentRequest
CreateDeploymentRequest. withAppId(String appId)
The app ID.CreateDeploymentRequest
CreateDeploymentRequest. withCommand(DeploymentCommand command)
ADeploymentCommand
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(String... instanceIds)
The instance IDs for the deployment targets.CreateDeploymentRequest
CreateDeploymentRequest. withInstanceIds(Collection<String> instanceIds)
The instance IDs for the deployment targets.CreateDeploymentRequest
CreateDeploymentRequest. withLayerIds(String... layerIds)
The layer IDs for the deployment targets.CreateDeploymentRequest
CreateDeploymentRequest. withLayerIds(Collection<String> layerIds)
The layer IDs for the deployment targets.CreateDeploymentRequest
CreateDeploymentRequest. withStackId(String stackId)
The stack ID.
-