Uses of Class
com.oracle.bmc.database.responses.GetPluggableDatabaseSnapshotResponse
- 
Packages that use GetPluggableDatabaseSnapshotResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses 
- 
- 
Uses of GetPluggableDatabaseSnapshotResponse in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return GetPluggableDatabaseSnapshotResponse Modifier and Type Method Description GetPluggableDatabaseSnapshotResponseDatabase. getPluggableDatabaseSnapshot(GetPluggableDatabaseSnapshotRequest request)Gets information about the specified Exadata Pluggable Database Snapshot in the specified compartment.GetPluggableDatabaseSnapshotResponseDatabaseClient. getPluggableDatabaseSnapshot(GetPluggableDatabaseSnapshotRequest request)Method parameters in com.oracle.bmc.database with type arguments of type GetPluggableDatabaseSnapshotResponse Modifier and Type Method Description Future<GetPluggableDatabaseSnapshotResponse>DatabaseAsync. getPluggableDatabaseSnapshot(GetPluggableDatabaseSnapshotRequest request, AsyncHandler<GetPluggableDatabaseSnapshotRequest,GetPluggableDatabaseSnapshotResponse> handler)Gets information about the specified Exadata Pluggable Database Snapshot in the specified compartment.Future<GetPluggableDatabaseSnapshotResponse>DatabaseAsyncClient. getPluggableDatabaseSnapshot(GetPluggableDatabaseSnapshotRequest request, AsyncHandler<GetPluggableDatabaseSnapshotRequest,GetPluggableDatabaseSnapshotResponse> handler)
- 
Uses of GetPluggableDatabaseSnapshotResponse in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return GetPluggableDatabaseSnapshotResponse Modifier and Type Method Description GetPluggableDatabaseSnapshotResponseGetPluggableDatabaseSnapshotResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetPluggableDatabaseSnapshotResponse Modifier and Type Method Description GetPluggableDatabaseSnapshotResponse.BuilderGetPluggableDatabaseSnapshotResponse.Builder. copy(GetPluggableDatabaseSnapshotResponse o)Copy method to populate the builder with values from the given instance.
 
-