Uses of Class
com.oracle.bmc.database.responses.ListPluggableDatabaseSnapshotsResponse
-
Packages that use ListPluggableDatabaseSnapshotsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListPluggableDatabaseSnapshotsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListPluggableDatabaseSnapshotsResponse Modifier and Type Method Description ListPluggableDatabaseSnapshotsResponseDatabase. listPluggableDatabaseSnapshots(ListPluggableDatabaseSnapshotsRequest request)Gets a list of the Exadata Pluggable Database Snapshots in the specified compartment.ListPluggableDatabaseSnapshotsResponseDatabaseClient. listPluggableDatabaseSnapshots(ListPluggableDatabaseSnapshotsRequest request)Method parameters in com.oracle.bmc.database with type arguments of type ListPluggableDatabaseSnapshotsResponse Modifier and Type Method Description Future<ListPluggableDatabaseSnapshotsResponse>DatabaseAsync. listPluggableDatabaseSnapshots(ListPluggableDatabaseSnapshotsRequest request, AsyncHandler<ListPluggableDatabaseSnapshotsRequest,ListPluggableDatabaseSnapshotsResponse> handler)Gets a list of the Exadata Pluggable Database Snapshots in the specified compartment.Future<ListPluggableDatabaseSnapshotsResponse>DatabaseAsyncClient. listPluggableDatabaseSnapshots(ListPluggableDatabaseSnapshotsRequest request, AsyncHandler<ListPluggableDatabaseSnapshotsRequest,ListPluggableDatabaseSnapshotsResponse> handler) -
Uses of ListPluggableDatabaseSnapshotsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListPluggableDatabaseSnapshotsResponse Modifier and Type Method Description ListPluggableDatabaseSnapshotsResponseListPluggableDatabaseSnapshotsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListPluggableDatabaseSnapshotsResponse Modifier and Type Method Description ListPluggableDatabaseSnapshotsResponse.BuilderListPluggableDatabaseSnapshotsResponse.Builder. copy(ListPluggableDatabaseSnapshotsResponse o)Copy method to populate the builder with values from the given instance.
-