Uses of Class
com.oracle.bmc.database.responses.MountDbnodeSnapshotResponse
-
Packages that use MountDbnodeSnapshotResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of MountDbnodeSnapshotResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return MountDbnodeSnapshotResponse Modifier and Type Method Description MountDbnodeSnapshotResponseDatabase. mountDbnodeSnapshot(MountDbnodeSnapshotRequest request)Mounts the snapshot for the provided dbNode.MountDbnodeSnapshotResponseDatabaseClient. mountDbnodeSnapshot(MountDbnodeSnapshotRequest request)Method parameters in com.oracle.bmc.database with type arguments of type MountDbnodeSnapshotResponse Modifier and Type Method Description Future<MountDbnodeSnapshotResponse>DatabaseAsync. mountDbnodeSnapshot(MountDbnodeSnapshotRequest request, AsyncHandler<MountDbnodeSnapshotRequest,MountDbnodeSnapshotResponse> handler)Mounts the snapshot for the provided dbNode.Future<MountDbnodeSnapshotResponse>DatabaseAsyncClient. mountDbnodeSnapshot(MountDbnodeSnapshotRequest request, AsyncHandler<MountDbnodeSnapshotRequest,MountDbnodeSnapshotResponse> handler) -
Uses of MountDbnodeSnapshotResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return MountDbnodeSnapshotResponse Modifier and Type Method Description MountDbnodeSnapshotResponseMountDbnodeSnapshotResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type MountDbnodeSnapshotResponse Modifier and Type Method Description MountDbnodeSnapshotResponse.BuilderMountDbnodeSnapshotResponse.Builder. copy(MountDbnodeSnapshotResponse o)Copy method to populate the builder with values from the given instance.
-