Uses of Class
com.oracle.bmc.devops.requests.CreateDeploymentRequest
-
Packages that use CreateDeploymentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of CreateDeploymentRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type CreateDeploymentRequest Modifier and Type Method Description CreateDeploymentResponse
Devops. createDeployment(CreateDeploymentRequest request)
Creates a new deployment.Future<CreateDeploymentResponse>
DevopsAsync. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)
Creates a new deployment.Future<CreateDeploymentResponse>
DevopsAsyncClient. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)
CreateDeploymentResponse
DevopsClient. createDeployment(CreateDeploymentRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type CreateDeploymentRequest 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 CreateDeploymentRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return CreateDeploymentRequest Modifier and Type Method Description CreateDeploymentRequest
CreateDeploymentRequest.Builder. build()
Build the instance of CreateDeploymentRequest as configured by this builderCreateDeploymentRequest
CreateDeploymentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDeploymentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type CreateDeploymentRequest Modifier and Type Method Description CreateDeploymentRequest.Builder
CreateDeploymentRequest.Builder. copy(CreateDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
-