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 ListAttentionLogsResponseDiagnosability. 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)ListAttentionLogsResponseDiagnosabilityClient. listAttentionLogs(ListAttentionLogsRequest request)Iterable<AttentionLogSummary>DiagnosabilityPaginators. listAttentionLogsRecordIterator(ListAttentionLogsRequest request)Creates a new iterable which will iterate over theAttentionLogSummaryobjects 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 ListAttentionLogsRequestListAttentionLogsRequest.Builder. build()Build the instance of ListAttentionLogsRequest as configured by this builderListAttentionLogsRequestListAttentionLogsRequest.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.BuilderListAttentionLogsRequest.Builder. copy(ListAttentionLogsRequest o)Copy method to populate the builder with values from the given instance.
-