Uses of Class
com.oracle.bmc.databasemanagement.model.AttentionLogSummary
-
Packages that use AttentionLogSummary Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of AttentionLogSummary in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type AttentionLogSummary Modifier and Type Method Description Iterable<AttentionLogSummary>
DiagnosabilityPaginators. listAttentionLogsRecordIterator(ListAttentionLogsRequest request)
Creates a new iterable which will iterate over theAttentionLogSummary
objects contained in responses from the listAttentionLogs operation. -
Uses of AttentionLogSummary in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AttentionLogSummary Modifier and Type Method Description AttentionLogSummary
AttentionLogSummary.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type AttentionLogSummary Modifier and Type Method Description List<AttentionLogSummary>
AttentionLogCollection. getItems()
An array of the attention logs.Methods in com.oracle.bmc.databasemanagement.model with parameters of type AttentionLogSummary Modifier and Type Method Description AttentionLogSummary.Builder
AttentionLogSummary.Builder. copy(AttentionLogSummary model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type AttentionLogSummary Modifier and Type Method Description AttentionLogCollection.Builder
AttentionLogCollection.Builder. items(List<AttentionLogSummary> items)
An array of the attention logs.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type AttentionLogSummary Constructor Description AttentionLogCollection(String managedDatabaseId, List<AttentionLogSummary> items)
Deprecated.
-