Uses of Class
com.oracle.bmc.databasemanagement.requests.ListOptimizerStatisticsCollectionAggregationsRequest
-
Packages that use ListOptimizerStatisticsCollectionAggregationsRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListOptimizerStatisticsCollectionAggregationsRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListOptimizerStatisticsCollectionAggregationsRequest Modifier and Type Method Description Future<ListOptimizerStatisticsCollectionAggregationsResponse>DbManagementAsync. listOptimizerStatisticsCollectionAggregations(ListOptimizerStatisticsCollectionAggregationsRequest request, AsyncHandler<ListOptimizerStatisticsCollectionAggregationsRequest,ListOptimizerStatisticsCollectionAggregationsResponse> handler)Gets a list of the optimizer statistics collection operations per hour, grouped by task or object status for the specified Managed Database.Future<ListOptimizerStatisticsCollectionAggregationsResponse>DbManagementAsyncClient. listOptimizerStatisticsCollectionAggregations(ListOptimizerStatisticsCollectionAggregationsRequest request, AsyncHandler<ListOptimizerStatisticsCollectionAggregationsRequest,ListOptimizerStatisticsCollectionAggregationsResponse> handler) -
Uses of ListOptimizerStatisticsCollectionAggregationsRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListOptimizerStatisticsCollectionAggregationsRequest Modifier and Type Method Description ListOptimizerStatisticsCollectionAggregationsRequestListOptimizerStatisticsCollectionAggregationsRequest.Builder. build()Build the instance of ListOptimizerStatisticsCollectionAggregationsRequest as configured by this builderListOptimizerStatisticsCollectionAggregationsRequestListOptimizerStatisticsCollectionAggregationsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListOptimizerStatisticsCollectionAggregationsRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListOptimizerStatisticsCollectionAggregationsRequest Modifier and Type Method Description ListOptimizerStatisticsCollectionAggregationsRequest.BuilderListOptimizerStatisticsCollectionAggregationsRequest.Builder. copy(ListOptimizerStatisticsCollectionAggregationsRequest o)Copy method to populate the builder with values from the given instance.
-