Uses of Class
com.oracle.bmc.devops.responses.CreateDeploymentResponse
-
Packages that use CreateDeploymentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of CreateDeploymentResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponse
Devops. createDeployment(CreateDeploymentRequest request)
Creates a new deployment.CreateDeploymentResponse
DevopsClient. createDeployment(CreateDeploymentRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type CreateDeploymentResponse Modifier and Type Method Description Future<CreateDeploymentResponse>
DevopsAsync. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)
Creates a new deployment.Future<CreateDeploymentResponse>
DevopsAsyncClient. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type CreateDeploymentResponse Modifier and Type Method Description Future<CreateDeploymentResponse>
DevopsAsync. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)
Creates a new deployment.Future<CreateDeploymentResponse>
DevopsAsyncClient. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)
-
Uses of CreateDeploymentResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponse
CreateDeploymentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponse.Builder
CreateDeploymentResponse.Builder. copy(CreateDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
-