Uses of Class
com.oracle.bmc.databasemanagement.requests.ListAttentionLogsRequest
-
Packages that use ListAttentionLogsRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListAttentionLogsRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type ListAttentionLogsRequest Modifier and Type Method Description ListAttentionLogsResponse
Diagnosability. listAttentionLogs(ListAttentionLogsRequest request)
Lists the attention logs for the specified Managed Database.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)
ListAttentionLogsResponse
DiagnosabilityClient. listAttentionLogs(ListAttentionLogsRequest request)
Iterable<AttentionLogSummary>
DiagnosabilityPaginators. listAttentionLogsRecordIterator(ListAttentionLogsRequest request)
Creates a new iterable which will iterate over theAttentionLogSummary
objects contained in responses from the listAttentionLogs operation.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 ListAttentionLogsRequest 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 ListAttentionLogsRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListAttentionLogsRequest Modifier and Type Method Description ListAttentionLogsRequest
ListAttentionLogsRequest.Builder. build()
Build the instance of ListAttentionLogsRequest as configured by this builderListAttentionLogsRequest
ListAttentionLogsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAttentionLogsRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListAttentionLogsRequest Modifier and Type Method Description ListAttentionLogsRequest.Builder
ListAttentionLogsRequest.Builder. copy(ListAttentionLogsRequest o)
Copy method to populate the builder with values from the given instance.
-