Uses of Class
com.oracle.bmc.devops.requests.DeleteDeployStageRequest
-
Packages that use DeleteDeployStageRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of DeleteDeployStageRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type DeleteDeployStageRequest Modifier and Type Method Description DeleteDeployStageResponse
Devops. deleteDeployStage(DeleteDeployStageRequest request)
Deletes a deployment stage resource by identifier.Future<DeleteDeployStageResponse>
DevopsAsync. deleteDeployStage(DeleteDeployStageRequest request, AsyncHandler<DeleteDeployStageRequest,DeleteDeployStageResponse> handler)
Deletes a deployment stage resource by identifier.Future<DeleteDeployStageResponse>
DevopsAsyncClient. deleteDeployStage(DeleteDeployStageRequest request, AsyncHandler<DeleteDeployStageRequest,DeleteDeployStageResponse> handler)
DeleteDeployStageResponse
DevopsClient. deleteDeployStage(DeleteDeployStageRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type DeleteDeployStageRequest Modifier and Type Method Description Future<DeleteDeployStageResponse>
DevopsAsync. deleteDeployStage(DeleteDeployStageRequest request, AsyncHandler<DeleteDeployStageRequest,DeleteDeployStageResponse> handler)
Deletes a deployment stage resource by identifier.Future<DeleteDeployStageResponse>
DevopsAsyncClient. deleteDeployStage(DeleteDeployStageRequest request, AsyncHandler<DeleteDeployStageRequest,DeleteDeployStageResponse> handler)
-
Uses of DeleteDeployStageRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return DeleteDeployStageRequest Modifier and Type Method Description DeleteDeployStageRequest
DeleteDeployStageRequest.Builder. build()
Build the instance of DeleteDeployStageRequest as configured by this builderDeleteDeployStageRequest
DeleteDeployStageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteDeployStageRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type DeleteDeployStageRequest Modifier and Type Method Description DeleteDeployStageRequest.Builder
DeleteDeployStageRequest.Builder. copy(DeleteDeployStageRequest o)
Copy method to populate the builder with values from the given instance.
-