Uses of Class
com.oracle.bmc.opsi.model.SqlTextSummary
-
Packages that use SqlTextSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of SqlTextSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type SqlTextSummary Modifier and Type Method Description Iterable<SqlTextSummary>
OperationsInsightsPaginators. listSqlTextsRecordIterator(ListSqlTextsRequest request)
Creates a new iterable which will iterate over theSqlTextSummary
objects contained in responses from the listSqlTexts operation. -
Uses of SqlTextSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SqlTextSummary Modifier and Type Method Description SqlTextSummary
SqlTextSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type SqlTextSummary Modifier and Type Method Description List<SqlTextSummary>
SqlTextCollection. getItems()
array of SQL Texts.Methods in com.oracle.bmc.opsi.model with parameters of type SqlTextSummary Modifier and Type Method Description SqlTextSummary.Builder
SqlTextSummary.Builder. copy(SqlTextSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type SqlTextSummary Modifier and Type Method Description SqlTextCollection.Builder
SqlTextCollection.Builder. items(List<SqlTextSummary> items)
array of SQL Texts.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type SqlTextSummary Constructor Description SqlTextCollection(List<SqlTextSummary> items)
Deprecated.
-