Uses of Class
com.oracle.bmc.database.responses.CreatePluggableDatabaseSnapshotResponse
-
Packages that use CreatePluggableDatabaseSnapshotResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of CreatePluggableDatabaseSnapshotResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return CreatePluggableDatabaseSnapshotResponse Modifier and Type Method Description CreatePluggableDatabaseSnapshotResponse
Database. createPluggableDatabaseSnapshot(CreatePluggableDatabaseSnapshotRequest request)
Creates a Pluggable Database SnapshotCreatePluggableDatabaseSnapshotResponse
DatabaseClient. createPluggableDatabaseSnapshot(CreatePluggableDatabaseSnapshotRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type CreatePluggableDatabaseSnapshotResponse Modifier and Type Method Description Future<CreatePluggableDatabaseSnapshotResponse>
DatabaseAsync. createPluggableDatabaseSnapshot(CreatePluggableDatabaseSnapshotRequest request, AsyncHandler<CreatePluggableDatabaseSnapshotRequest,CreatePluggableDatabaseSnapshotResponse> handler)
Creates a Pluggable Database SnapshotFuture<CreatePluggableDatabaseSnapshotResponse>
DatabaseAsyncClient. createPluggableDatabaseSnapshot(CreatePluggableDatabaseSnapshotRequest request, AsyncHandler<CreatePluggableDatabaseSnapshotRequest,CreatePluggableDatabaseSnapshotResponse> handler)
-
Uses of CreatePluggableDatabaseSnapshotResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return CreatePluggableDatabaseSnapshotResponse Modifier and Type Method Description CreatePluggableDatabaseSnapshotResponse
CreatePluggableDatabaseSnapshotResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreatePluggableDatabaseSnapshotResponse Modifier and Type Method Description CreatePluggableDatabaseSnapshotResponse.Builder
CreatePluggableDatabaseSnapshotResponse.Builder. copy(CreatePluggableDatabaseSnapshotResponse o)
Copy method to populate the builder with values from the given instance.
-