Uses of Class
com.oracle.bmc.opsi.responses.ListAwrDatabaseSnapshotsResponse
-
Packages that use ListAwrDatabaseSnapshotsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of ListAwrDatabaseSnapshotsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return ListAwrDatabaseSnapshotsResponse Modifier and Type Method Description ListAwrDatabaseSnapshotsResponse
OperationsInsights. listAwrDatabaseSnapshots(ListAwrDatabaseSnapshotsRequest request)
Lists AWR snapshots for the specified database in the AWR.ListAwrDatabaseSnapshotsResponse
OperationsInsightsClient. listAwrDatabaseSnapshots(ListAwrDatabaseSnapshotsRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type ListAwrDatabaseSnapshotsResponse Modifier and Type Method Description Future<ListAwrDatabaseSnapshotsResponse>
OperationsInsightsAsync. listAwrDatabaseSnapshots(ListAwrDatabaseSnapshotsRequest request, AsyncHandler<ListAwrDatabaseSnapshotsRequest,ListAwrDatabaseSnapshotsResponse> handler)
Lists AWR snapshots for the specified database in the AWR.Future<ListAwrDatabaseSnapshotsResponse>
OperationsInsightsAsyncClient. listAwrDatabaseSnapshots(ListAwrDatabaseSnapshotsRequest request, AsyncHandler<ListAwrDatabaseSnapshotsRequest,ListAwrDatabaseSnapshotsResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type ListAwrDatabaseSnapshotsResponse Modifier and Type Method Description Future<ListAwrDatabaseSnapshotsResponse>
OperationsInsightsAsync. listAwrDatabaseSnapshots(ListAwrDatabaseSnapshotsRequest request, AsyncHandler<ListAwrDatabaseSnapshotsRequest,ListAwrDatabaseSnapshotsResponse> handler)
Lists AWR snapshots for the specified database in the AWR.Future<ListAwrDatabaseSnapshotsResponse>
OperationsInsightsAsyncClient. listAwrDatabaseSnapshots(ListAwrDatabaseSnapshotsRequest request, AsyncHandler<ListAwrDatabaseSnapshotsRequest,ListAwrDatabaseSnapshotsResponse> handler)
-
Uses of ListAwrDatabaseSnapshotsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return ListAwrDatabaseSnapshotsResponse Modifier and Type Method Description ListAwrDatabaseSnapshotsResponse
ListAwrDatabaseSnapshotsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type ListAwrDatabaseSnapshotsResponse Modifier and Type Method Description ListAwrDatabaseSnapshotsResponse.Builder
ListAwrDatabaseSnapshotsResponse.Builder. copy(ListAwrDatabaseSnapshotsResponse o)
Copy method to populate the builder with values from the given instance.
-