Uses of Class
com.amazonaws.services.opsworks.model.CreateDeploymentResult
-
Packages that use CreateDeploymentResult Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of CreateDeploymentResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return CreateDeploymentResult Modifier and Type Method Description CreateDeploymentResult
AbstractAWSOpsWorks. createDeployment(CreateDeploymentRequest request)
CreateDeploymentResult
AWSOpsWorks. createDeployment(CreateDeploymentRequest createDeploymentRequest)
Runs deployment or stack commands.CreateDeploymentResult
AWSOpsWorksClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)
Runs deployment or stack commands.Method parameters in com.amazonaws.services.opsworks with type arguments of type CreateDeploymentResult 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 CreateDeploymentResult in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return CreateDeploymentResult Modifier and Type Method Description CreateDeploymentResult
CreateDeploymentResult. clone()
CreateDeploymentResult
CreateDeploymentResult. withDeploymentId(String deploymentId)
The deployment ID, which can be used with other requests to identify the deployment.
-