Uses of Class
com.oracle.bmc.database.requests.UnmountDbnodeSnapshotRequest
-
Packages that use UnmountDbnodeSnapshotRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UnmountDbnodeSnapshotRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type UnmountDbnodeSnapshotRequest Modifier and Type Method Description Waiter<UnmountDbnodeSnapshotRequest,UnmountDbnodeSnapshotResponse>DatabaseWaiters. forUnmountDbnodeSnapshot(UnmountDbnodeSnapshotRequest request)Creates a newWaiterusing the default configuration.Waiter<UnmountDbnodeSnapshotRequest,UnmountDbnodeSnapshotResponse>DatabaseWaiters. forUnmountDbnodeSnapshot(UnmountDbnodeSnapshotRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type UnmountDbnodeSnapshotRequest Modifier and Type Method Description Future<UnmountDbnodeSnapshotResponse>DatabaseAsync. unmountDbnodeSnapshot(UnmountDbnodeSnapshotRequest request, AsyncHandler<UnmountDbnodeSnapshotRequest,UnmountDbnodeSnapshotResponse> handler)Unmounts the snapshot for the provided dbNode.Future<UnmountDbnodeSnapshotResponse>DatabaseAsyncClient. unmountDbnodeSnapshot(UnmountDbnodeSnapshotRequest request, AsyncHandler<UnmountDbnodeSnapshotRequest,UnmountDbnodeSnapshotResponse> handler) -
Uses of UnmountDbnodeSnapshotRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UnmountDbnodeSnapshotRequest Modifier and Type Method Description UnmountDbnodeSnapshotRequestUnmountDbnodeSnapshotRequest.Builder. build()Build the instance of UnmountDbnodeSnapshotRequest as configured by this builderUnmountDbnodeSnapshotRequestUnmountDbnodeSnapshotRequest.Builder. buildWithoutInvocationCallback()Build the instance of UnmountDbnodeSnapshotRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UnmountDbnodeSnapshotRequest Modifier and Type Method Description UnmountDbnodeSnapshotRequest.BuilderUnmountDbnodeSnapshotRequest.Builder. copy(UnmountDbnodeSnapshotRequest o)Copy method to populate the builder with values from the given instance.
-