Uses of Class
com.oracle.bmc.databasemanagement.responses.SummarizeAlertLogCountsResponse
-
Packages that use SummarizeAlertLogCountsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of SummarizeAlertLogCountsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return SummarizeAlertLogCountsResponse Modifier and Type Method Description SummarizeAlertLogCountsResponse
Diagnosability. summarizeAlertLogCounts(SummarizeAlertLogCountsRequest request)
Get the counts of alert logs for the specified Managed Database.SummarizeAlertLogCountsResponse
DiagnosabilityClient. summarizeAlertLogCounts(SummarizeAlertLogCountsRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type SummarizeAlertLogCountsResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type SummarizeAlertLogCountsResponse 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 SummarizeAlertLogCountsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return SummarizeAlertLogCountsResponse Modifier and Type Method Description SummarizeAlertLogCountsResponse
SummarizeAlertLogCountsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type SummarizeAlertLogCountsResponse Modifier and Type Method Description SummarizeAlertLogCountsResponse.Builder
SummarizeAlertLogCountsResponse.Builder. copy(SummarizeAlertLogCountsResponse o)
Copy method to populate the builder with values from the given instance.
-