Uses of Class
com.oracle.bmc.devops.responses.CancelScheduledCascadingProjectDeletionResponse
-
Packages that use CancelScheduledCascadingProjectDeletionResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of CancelScheduledCascadingProjectDeletionResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return CancelScheduledCascadingProjectDeletionResponse Modifier and Type Method Description CancelScheduledCascadingProjectDeletionResponse
Devops. cancelScheduledCascadingProjectDeletion(CancelScheduledCascadingProjectDeletionRequest request)
Cascading operation that restores Project and child resources from a DELETING state to an active stateCancelScheduledCascadingProjectDeletionResponse
DevopsClient. cancelScheduledCascadingProjectDeletion(CancelScheduledCascadingProjectDeletionRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type CancelScheduledCascadingProjectDeletionResponse Modifier and Type Method Description Future<CancelScheduledCascadingProjectDeletionResponse>
DevopsAsync. cancelScheduledCascadingProjectDeletion(CancelScheduledCascadingProjectDeletionRequest request, AsyncHandler<CancelScheduledCascadingProjectDeletionRequest,CancelScheduledCascadingProjectDeletionResponse> handler)
Cascading operation that restores Project and child resources from a DELETING state to an active stateFuture<CancelScheduledCascadingProjectDeletionResponse>
DevopsAsyncClient. cancelScheduledCascadingProjectDeletion(CancelScheduledCascadingProjectDeletionRequest request, AsyncHandler<CancelScheduledCascadingProjectDeletionRequest,CancelScheduledCascadingProjectDeletionResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type CancelScheduledCascadingProjectDeletionResponse Modifier and Type Method Description Future<CancelScheduledCascadingProjectDeletionResponse>
DevopsAsync. cancelScheduledCascadingProjectDeletion(CancelScheduledCascadingProjectDeletionRequest request, AsyncHandler<CancelScheduledCascadingProjectDeletionRequest,CancelScheduledCascadingProjectDeletionResponse> handler)
Cascading operation that restores Project and child resources from a DELETING state to an active stateFuture<CancelScheduledCascadingProjectDeletionResponse>
DevopsAsyncClient. cancelScheduledCascadingProjectDeletion(CancelScheduledCascadingProjectDeletionRequest request, AsyncHandler<CancelScheduledCascadingProjectDeletionRequest,CancelScheduledCascadingProjectDeletionResponse> handler)
-
Uses of CancelScheduledCascadingProjectDeletionResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return CancelScheduledCascadingProjectDeletionResponse Modifier and Type Method Description CancelScheduledCascadingProjectDeletionResponse
CancelScheduledCascadingProjectDeletionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type CancelScheduledCascadingProjectDeletionResponse Modifier and Type Method Description CancelScheduledCascadingProjectDeletionResponse.Builder
CancelScheduledCascadingProjectDeletionResponse.Builder. copy(CancelScheduledCascadingProjectDeletionResponse o)
Copy method to populate the builder with values from the given instance.
-