Uses of Class
com.amazonaws.services.opsworks.model.CreateDeploymentRequest
Packages that use CreateDeploymentRequest
-
Uses of CreateDeploymentRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type CreateDeploymentRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.createDeployment
(CreateDeploymentRequest request) AWSOpsWorks.createDeployment
(CreateDeploymentRequest createDeploymentRequest) Runs deployment or stack commands.AWSOpsWorksClient.createDeployment
(CreateDeploymentRequest createDeploymentRequest) Runs deployment or stack commands.AbstractAWSOpsWorksAsync.createDeploymentAsync
(CreateDeploymentRequest request) AbstractAWSOpsWorksAsync.createDeploymentAsync
(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) AWSOpsWorksAsync.createDeploymentAsync
(CreateDeploymentRequest createDeploymentRequest) Runs deployment or stack commands.AWSOpsWorksAsync.createDeploymentAsync
(CreateDeploymentRequest createDeploymentRequest, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) Runs deployment or stack commands.AWSOpsWorksAsyncClient.createDeploymentAsync
(CreateDeploymentRequest request) AWSOpsWorksAsyncClient.createDeploymentAsync
(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type CreateDeploymentRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.createDeploymentAsync
(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) AWSOpsWorksAsync.createDeploymentAsync
(CreateDeploymentRequest createDeploymentRequest, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) Runs deployment or stack commands.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 CreateDeploymentRequestModifier and TypeMethodDescriptionCreateDeploymentRequest.clone()
The app ID.CreateDeploymentRequest.withCommand
(DeploymentCommand command) ADeploymentCommand
object that specifies the deployment command and any associated arguments.CreateDeploymentRequest.withComment
(String comment) A user-defined comment.CreateDeploymentRequest.withCustomJson
(String customJson) A string that contains user-defined, custom JSON.CreateDeploymentRequest.withInstanceIds
(String... instanceIds) The instance IDs for the deployment targets.CreateDeploymentRequest.withInstanceIds
(Collection<String> instanceIds) The instance IDs for the deployment targets.CreateDeploymentRequest.withLayerIds
(String... layerIds) The layer IDs for the deployment targets.CreateDeploymentRequest.withLayerIds
(Collection<String> layerIds) The layer IDs for the deployment targets.CreateDeploymentRequest.withStackId
(String stackId) The stack ID.