Uses of Class
com.oracle.bmc.databasemanagement.requests.SummarizeAlertLogCountsRequest
-
Packages that use SummarizeAlertLogCountsRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of SummarizeAlertLogCountsRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type SummarizeAlertLogCountsRequest Modifier and Type Method Description SummarizeAlertLogCountsResponse
Diagnosability. summarizeAlertLogCounts(SummarizeAlertLogCountsRequest request)
Get the counts of alert logs for the specified Managed Database.Future<SummarizeAlertLogCountsResponse>
DiagnosabilityAsync. summarizeAlertLogCounts(SummarizeAlertLogCountsRequest request, AsyncHandler<SummarizeAlertLogCountsRequest,SummarizeAlertLogCountsResponse> handler)
Get the counts of alert logs for the specified Managed Database.Future<SummarizeAlertLogCountsResponse>
DiagnosabilityAsyncClient. summarizeAlertLogCounts(SummarizeAlertLogCountsRequest request, AsyncHandler<SummarizeAlertLogCountsRequest,SummarizeAlertLogCountsResponse> handler)
SummarizeAlertLogCountsResponse
DiagnosabilityClient. summarizeAlertLogCounts(SummarizeAlertLogCountsRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type SummarizeAlertLogCountsRequest Modifier and Type Method Description Future<SummarizeAlertLogCountsResponse>
DiagnosabilityAsync. summarizeAlertLogCounts(SummarizeAlertLogCountsRequest request, AsyncHandler<SummarizeAlertLogCountsRequest,SummarizeAlertLogCountsResponse> handler)
Get the counts of alert logs for the specified Managed Database.Future<SummarizeAlertLogCountsResponse>
DiagnosabilityAsyncClient. summarizeAlertLogCounts(SummarizeAlertLogCountsRequest request, AsyncHandler<SummarizeAlertLogCountsRequest,SummarizeAlertLogCountsResponse> handler)
-
Uses of SummarizeAlertLogCountsRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return SummarizeAlertLogCountsRequest Modifier and Type Method Description SummarizeAlertLogCountsRequest
SummarizeAlertLogCountsRequest.Builder. build()
Build the instance of SummarizeAlertLogCountsRequest as configured by this builderSummarizeAlertLogCountsRequest
SummarizeAlertLogCountsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SummarizeAlertLogCountsRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type SummarizeAlertLogCountsRequest Modifier and Type Method Description SummarizeAlertLogCountsRequest.Builder
SummarizeAlertLogCountsRequest.Builder. copy(SummarizeAlertLogCountsRequest o)
Copy method to populate the builder with values from the given instance.
-