Uses of Class
com.oracle.bmc.devops.requests.ScheduleCascadingProjectDeletionRequest
- 
Packages that use ScheduleCascadingProjectDeletionRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of ScheduleCascadingProjectDeletionRequest in com.oracle.bmc.devopsMethod parameters in com.oracle.bmc.devops with type arguments of type ScheduleCascadingProjectDeletionRequest Modifier and Type Method Description Future<ScheduleCascadingProjectDeletionResponse>DevopsAsync. scheduleCascadingProjectDeletion(ScheduleCascadingProjectDeletionRequest request, AsyncHandler<ScheduleCascadingProjectDeletionRequest,ScheduleCascadingProjectDeletionResponse> handler)Cascading operation that marks Project and child DevOps resources in a DELETING state for a retention periodFuture<ScheduleCascadingProjectDeletionResponse>DevopsAsyncClient. scheduleCascadingProjectDeletion(ScheduleCascadingProjectDeletionRequest request, AsyncHandler<ScheduleCascadingProjectDeletionRequest,ScheduleCascadingProjectDeletionResponse> handler)
- 
Uses of ScheduleCascadingProjectDeletionRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return ScheduleCascadingProjectDeletionRequest Modifier and Type Method Description ScheduleCascadingProjectDeletionRequestScheduleCascadingProjectDeletionRequest.Builder. build()Build the instance of ScheduleCascadingProjectDeletionRequest as configured by this builderScheduleCascadingProjectDeletionRequestScheduleCascadingProjectDeletionRequest.Builder. buildWithoutInvocationCallback()Build the instance of ScheduleCascadingProjectDeletionRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ScheduleCascadingProjectDeletionRequest Modifier and Type Method Description ScheduleCascadingProjectDeletionRequest.BuilderScheduleCascadingProjectDeletionRequest.Builder. copy(ScheduleCascadingProjectDeletionRequest o)Copy method to populate the builder with values from the given instance.
 
-