Uses of Class
com.oracle.bmc.databasemanagement.responses.SummarizeAttentionLogCountsResponse
-
Packages that use SummarizeAttentionLogCountsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of SummarizeAttentionLogCountsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return SummarizeAttentionLogCountsResponse Modifier and Type Method Description SummarizeAttentionLogCountsResponse
Diagnosability. summarizeAttentionLogCounts(SummarizeAttentionLogCountsRequest request)
Get the counts of attention logs for the specified Managed Database.SummarizeAttentionLogCountsResponse
DiagnosabilityClient. summarizeAttentionLogCounts(SummarizeAttentionLogCountsRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type SummarizeAttentionLogCountsResponse Modifier and Type Method Description Future<SummarizeAttentionLogCountsResponse>
DiagnosabilityAsync. summarizeAttentionLogCounts(SummarizeAttentionLogCountsRequest request, AsyncHandler<SummarizeAttentionLogCountsRequest,SummarizeAttentionLogCountsResponse> handler)
Get the counts of attention logs for the specified Managed Database.Future<SummarizeAttentionLogCountsResponse>
DiagnosabilityAsyncClient. summarizeAttentionLogCounts(SummarizeAttentionLogCountsRequest request, AsyncHandler<SummarizeAttentionLogCountsRequest,SummarizeAttentionLogCountsResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type SummarizeAttentionLogCountsResponse Modifier and Type Method Description Future<SummarizeAttentionLogCountsResponse>
DiagnosabilityAsync. summarizeAttentionLogCounts(SummarizeAttentionLogCountsRequest request, AsyncHandler<SummarizeAttentionLogCountsRequest,SummarizeAttentionLogCountsResponse> handler)
Get the counts of attention logs for the specified Managed Database.Future<SummarizeAttentionLogCountsResponse>
DiagnosabilityAsyncClient. summarizeAttentionLogCounts(SummarizeAttentionLogCountsRequest request, AsyncHandler<SummarizeAttentionLogCountsRequest,SummarizeAttentionLogCountsResponse> handler)
-
Uses of SummarizeAttentionLogCountsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return SummarizeAttentionLogCountsResponse Modifier and Type Method Description SummarizeAttentionLogCountsResponse
SummarizeAttentionLogCountsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type SummarizeAttentionLogCountsResponse Modifier and Type Method Description SummarizeAttentionLogCountsResponse.Builder
SummarizeAttentionLogCountsResponse.Builder. copy(SummarizeAttentionLogCountsResponse o)
Copy method to populate the builder with values from the given instance.
-