Uses of Class
com.oracle.bmc.databasemanagement.responses.SummarizeAwrDbSnapshotRangesResponse
-
Packages that use SummarizeAwrDbSnapshotRangesResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of SummarizeAwrDbSnapshotRangesResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return SummarizeAwrDbSnapshotRangesResponse Modifier and Type Method Description SummarizeAwrDbSnapshotRangesResponse
DbManagement. summarizeAwrDbSnapshotRanges(SummarizeAwrDbSnapshotRangesRequest request)
Summarizes the AWR snapshot ranges that contain continuous snapshots, for the specified Managed Database.SummarizeAwrDbSnapshotRangesResponse
DbManagementClient. summarizeAwrDbSnapshotRanges(SummarizeAwrDbSnapshotRangesRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type SummarizeAwrDbSnapshotRangesResponse Modifier and Type Method Description Future<SummarizeAwrDbSnapshotRangesResponse>
DbManagementAsync. summarizeAwrDbSnapshotRanges(SummarizeAwrDbSnapshotRangesRequest request, AsyncHandler<SummarizeAwrDbSnapshotRangesRequest,SummarizeAwrDbSnapshotRangesResponse> handler)
Summarizes the AWR snapshot ranges that contain continuous snapshots, for the specified Managed Database.Future<SummarizeAwrDbSnapshotRangesResponse>
DbManagementAsyncClient. summarizeAwrDbSnapshotRanges(SummarizeAwrDbSnapshotRangesRequest request, AsyncHandler<SummarizeAwrDbSnapshotRangesRequest,SummarizeAwrDbSnapshotRangesResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type SummarizeAwrDbSnapshotRangesResponse Modifier and Type Method Description Future<SummarizeAwrDbSnapshotRangesResponse>
DbManagementAsync. summarizeAwrDbSnapshotRanges(SummarizeAwrDbSnapshotRangesRequest request, AsyncHandler<SummarizeAwrDbSnapshotRangesRequest,SummarizeAwrDbSnapshotRangesResponse> handler)
Summarizes the AWR snapshot ranges that contain continuous snapshots, for the specified Managed Database.Future<SummarizeAwrDbSnapshotRangesResponse>
DbManagementAsyncClient. summarizeAwrDbSnapshotRanges(SummarizeAwrDbSnapshotRangesRequest request, AsyncHandler<SummarizeAwrDbSnapshotRangesRequest,SummarizeAwrDbSnapshotRangesResponse> handler)
-
Uses of SummarizeAwrDbSnapshotRangesResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return SummarizeAwrDbSnapshotRangesResponse Modifier and Type Method Description SummarizeAwrDbSnapshotRangesResponse
SummarizeAwrDbSnapshotRangesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type SummarizeAwrDbSnapshotRangesResponse Modifier and Type Method Description SummarizeAwrDbSnapshotRangesResponse.Builder
SummarizeAwrDbSnapshotRangesResponse.Builder. copy(SummarizeAwrDbSnapshotRangesResponse o)
Copy method to populate the builder with values from the given instance.
-