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.devops
Method 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.requests
Methods in com.oracle.bmc.devops.requests that return ScheduleCascadingProjectDeletionRequest Modifier and Type Method Description ScheduleCascadingProjectDeletionRequest
ScheduleCascadingProjectDeletionRequest.Builder. build()
Build the instance of ScheduleCascadingProjectDeletionRequest as configured by this builderScheduleCascadingProjectDeletionRequest
ScheduleCascadingProjectDeletionRequest.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.Builder
ScheduleCascadingProjectDeletionRequest.Builder. copy(ScheduleCascadingProjectDeletionRequest o)
Copy method to populate the builder with values from the given instance.
-