Uses of Class
com.oracle.bmc.database.requests.DeleteDbnodeSnapshotRequest
-
Packages that use DeleteDbnodeSnapshotRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of DeleteDbnodeSnapshotRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type DeleteDbnodeSnapshotRequest Modifier and Type Method Description Waiter<DeleteDbnodeSnapshotRequest,DeleteDbnodeSnapshotResponse>DatabaseWaiters. forDeleteDbnodeSnapshot(DeleteDbnodeSnapshotRequest request)Creates a newWaiterusing the default configuration.Waiter<DeleteDbnodeSnapshotRequest,DeleteDbnodeSnapshotResponse>DatabaseWaiters. forDeleteDbnodeSnapshot(DeleteDbnodeSnapshotRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type DeleteDbnodeSnapshotRequest Modifier and Type Method Description Future<DeleteDbnodeSnapshotResponse>DatabaseAsync. deleteDbnodeSnapshot(DeleteDbnodeSnapshotRequest request, AsyncHandler<DeleteDbnodeSnapshotRequest,DeleteDbnodeSnapshotResponse> handler)Deletes the specified Exadata Database Node Snapshot.Future<DeleteDbnodeSnapshotResponse>DatabaseAsyncClient. deleteDbnodeSnapshot(DeleteDbnodeSnapshotRequest request, AsyncHandler<DeleteDbnodeSnapshotRequest,DeleteDbnodeSnapshotResponse> handler) -
Uses of DeleteDbnodeSnapshotRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DeleteDbnodeSnapshotRequest Modifier and Type Method Description DeleteDbnodeSnapshotRequestDeleteDbnodeSnapshotRequest.Builder. build()Build the instance of DeleteDbnodeSnapshotRequest as configured by this builderDeleteDbnodeSnapshotRequestDeleteDbnodeSnapshotRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteDbnodeSnapshotRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type DeleteDbnodeSnapshotRequest Modifier and Type Method Description DeleteDbnodeSnapshotRequest.BuilderDeleteDbnodeSnapshotRequest.Builder. copy(DeleteDbnodeSnapshotRequest o)Copy method to populate the builder with values from the given instance.
-