Uses of Class
com.oracle.bmc.databasemanagement.requests.SummarizeAwrDbSnapshotRangesRequest
-
Packages that use SummarizeAwrDbSnapshotRangesRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of SummarizeAwrDbSnapshotRangesRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type SummarizeAwrDbSnapshotRangesRequest 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 SummarizeAwrDbSnapshotRangesRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return SummarizeAwrDbSnapshotRangesRequest Modifier and Type Method Description SummarizeAwrDbSnapshotRangesRequest
SummarizeAwrDbSnapshotRangesRequest.Builder. build()
Build the instance of SummarizeAwrDbSnapshotRangesRequest as configured by this builderSummarizeAwrDbSnapshotRangesRequest
SummarizeAwrDbSnapshotRangesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SummarizeAwrDbSnapshotRangesRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type SummarizeAwrDbSnapshotRangesRequest Modifier and Type Method Description SummarizeAwrDbSnapshotRangesRequest.Builder
SummarizeAwrDbSnapshotRangesRequest.Builder. copy(SummarizeAwrDbSnapshotRangesRequest o)
Copy method to populate the builder with values from the given instance.
-