Uses of Class
com.oracle.bmc.databasemanagement.responses.ListAttentionLogsResponse
-
Packages that use ListAttentionLogsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListAttentionLogsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListAttentionLogsResponse Modifier and Type Method Description ListAttentionLogsResponse
Diagnosability. listAttentionLogs(ListAttentionLogsRequest request)
Lists the attention logs for the specified Managed Database.ListAttentionLogsResponse
DiagnosabilityClient. listAttentionLogs(ListAttentionLogsRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListAttentionLogsResponse Modifier and Type Method Description Future<ListAttentionLogsResponse>
DiagnosabilityAsync. listAttentionLogs(ListAttentionLogsRequest request, AsyncHandler<ListAttentionLogsRequest,ListAttentionLogsResponse> handler)
Lists the attention logs for the specified Managed Database.Future<ListAttentionLogsResponse>
DiagnosabilityAsyncClient. listAttentionLogs(ListAttentionLogsRequest request, AsyncHandler<ListAttentionLogsRequest,ListAttentionLogsResponse> handler)
Iterable<ListAttentionLogsResponse>
DiagnosabilityPaginators. listAttentionLogsResponseIterator(ListAttentionLogsRequest request)
Creates a new iterable which will iterate over the responses received from the listAttentionLogs operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListAttentionLogsResponse Modifier and Type Method Description Future<ListAttentionLogsResponse>
DiagnosabilityAsync. listAttentionLogs(ListAttentionLogsRequest request, AsyncHandler<ListAttentionLogsRequest,ListAttentionLogsResponse> handler)
Lists the attention logs for the specified Managed Database.Future<ListAttentionLogsResponse>
DiagnosabilityAsyncClient. listAttentionLogs(ListAttentionLogsRequest request, AsyncHandler<ListAttentionLogsRequest,ListAttentionLogsResponse> handler)
-
Uses of ListAttentionLogsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListAttentionLogsResponse Modifier and Type Method Description ListAttentionLogsResponse
ListAttentionLogsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListAttentionLogsResponse Modifier and Type Method Description ListAttentionLogsResponse.Builder
ListAttentionLogsResponse.Builder. copy(ListAttentionLogsResponse o)
Copy method to populate the builder with values from the given instance.
-