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.databasemanagementMethods in com.oracle.bmc.databasemanagement that return SummarizeAlertLogCountsResponse Modifier and Type Method Description SummarizeAlertLogCountsResponseDiagnosability. summarizeAlertLogCounts(SummarizeAlertLogCountsRequest request)Get the counts of alert logs for the specified Managed Database.SummarizeAlertLogCountsResponseDiagnosabilityClient. 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.responsesMethods in com.oracle.bmc.databasemanagement.responses that return SummarizeAlertLogCountsResponse Modifier and Type Method Description SummarizeAlertLogCountsResponseSummarizeAlertLogCountsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type SummarizeAlertLogCountsResponse Modifier and Type Method Description SummarizeAlertLogCountsResponse.BuilderSummarizeAlertLogCountsResponse.Builder. copy(SummarizeAlertLogCountsResponse o)Copy method to populate the builder with values from the given instance.
 
-