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 CreateDeploymentRequestCreateDeploymentRequest. clone()CreateDeploymentRequestCreateDeploymentRequest. withAppId(String appId)The app ID.CreateDeploymentRequestCreateDeploymentRequest. withCommand(DeploymentCommand command)ADeploymentCommandobject that specifies the deployment command and any associated arguments.CreateDeploymentRequestCreateDeploymentRequest. withComment(String comment)A user-defined comment.CreateDeploymentRequestCreateDeploymentRequest. withCustomJson(String customJson)A string that contains user-defined, custom JSON.CreateDeploymentRequestCreateDeploymentRequest. withInstanceIds(String... instanceIds)The instance IDs for the deployment targets.CreateDeploymentRequestCreateDeploymentRequest. withInstanceIds(Collection<String> instanceIds)The instance IDs for the deployment targets.CreateDeploymentRequestCreateDeploymentRequest. withLayerIds(String... layerIds)The layer IDs for the deployment targets.CreateDeploymentRequestCreateDeploymentRequest. withLayerIds(Collection<String> layerIds)The layer IDs for the deployment targets.CreateDeploymentRequestCreateDeploymentRequest. withStackId(String stackId)The stack ID.
-