Uses of Class
com.oracle.bmc.database.responses.UnmountDbnodeSnapshotResponse
-
Packages that use UnmountDbnodeSnapshotResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UnmountDbnodeSnapshotResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UnmountDbnodeSnapshotResponse Modifier and Type Method Description UnmountDbnodeSnapshotResponseDatabase. unmountDbnodeSnapshot(UnmountDbnodeSnapshotRequest request)Unmounts the snapshot for the provided dbNode.UnmountDbnodeSnapshotResponseDatabaseClient. unmountDbnodeSnapshot(UnmountDbnodeSnapshotRequest request)Method parameters in com.oracle.bmc.database with type arguments of type UnmountDbnodeSnapshotResponse 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 UnmountDbnodeSnapshotResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UnmountDbnodeSnapshotResponse Modifier and Type Method Description UnmountDbnodeSnapshotResponseUnmountDbnodeSnapshotResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UnmountDbnodeSnapshotResponse Modifier and Type Method Description UnmountDbnodeSnapshotResponse.BuilderUnmountDbnodeSnapshotResponse.Builder. copy(UnmountDbnodeSnapshotResponse o)Copy method to populate the builder with values from the given instance.
-