Uses of Class
com.oracle.bmc.opsi.model.SqlSearchSummary
-
Packages that use SqlSearchSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of SqlSearchSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type SqlSearchSummary Modifier and Type Method Description Iterable<SqlSearchSummary>
OperationsInsightsPaginators. listSqlSearchesRecordIterator(ListSqlSearchesRequest request)
Creates a new iterable which will iterate over theSqlSearchSummary
objects contained in responses from the listSqlSearches operation. -
Uses of SqlSearchSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SqlSearchSummary Modifier and Type Method Description SqlSearchSummary
SqlSearchSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type SqlSearchSummary Modifier and Type Method Description List<SqlSearchSummary>
SqlSearchCollection. getItems()
List of Databases executing the sql.Methods in com.oracle.bmc.opsi.model with parameters of type SqlSearchSummary Modifier and Type Method Description SqlSearchSummary.Builder
SqlSearchSummary.Builder. copy(SqlSearchSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type SqlSearchSummary Modifier and Type Method Description SqlSearchCollection.Builder
SqlSearchCollection.Builder. items(List<SqlSearchSummary> items)
List of Databases executing the sql.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type SqlSearchSummary Constructor Description SqlSearchCollection(String sqlIdentifier, String sqlText, Date timeIntervalStart, Date timeIntervalEnd, List<SqlSearchSummary> items)
Deprecated.
-