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