Uses of Class
com.amazonaws.services.opsworks.model.CreateDeploymentResult

Packages that use CreateDeploymentResult
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 CreateDeploymentResult in com.amazonaws.services.opsworks
 

Methods in com.amazonaws.services.opsworks that return CreateDeploymentResult
 CreateDeploymentResult AWSOpsWorksClient.createDeployment(CreateDeploymentRequest createDeploymentRequest)
           Deploys a stack or app.
 CreateDeploymentResult AWSOpsWorks.createDeployment(CreateDeploymentRequest createDeploymentRequest)
           Deploys a stack or app.
 

Methods in com.amazonaws.services.opsworks that return types with arguments of type CreateDeploymentResult
 Future<CreateDeploymentResult> AWSOpsWorksAsyncClient.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest)
           Deploys a stack or app.
 Future<CreateDeploymentResult> AWSOpsWorksAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest)
           Deploys a stack or app.
 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.
 

Method parameters in com.amazonaws.services.opsworks with type arguments of type CreateDeploymentResult
 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 CreateDeploymentResult in com.amazonaws.services.opsworks.model
 

Methods in com.amazonaws.services.opsworks.model that return CreateDeploymentResult
 CreateDeploymentResult CreateDeploymentResult.withDeploymentId(String deploymentId)
          The deployment ID, which can be used with other requests to identify the deployment.
 



Copyright © 2016. All rights reserved.