Uses of Class
com.oracle.bmc.dataflow.model.StatementSummary
-
Packages that use StatementSummary Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.model -
-
Uses of StatementSummary in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return types with arguments of type StatementSummary Modifier and Type Method Description Iterable<StatementSummary>
DataFlowPaginators. listStatementsRecordIterator(ListStatementsRequest request)
Creates a new iterable which will iterate over theStatementSummary
objects contained in responses from the listStatements operation. -
Uses of StatementSummary in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return StatementSummary Modifier and Type Method Description StatementSummary
StatementSummary.Builder. build()
Methods in com.oracle.bmc.dataflow.model that return types with arguments of type StatementSummary Modifier and Type Method Description List<StatementSummary>
StatementCollection. getItems()
A list of statements for a Session Run.Methods in com.oracle.bmc.dataflow.model with parameters of type StatementSummary Modifier and Type Method Description StatementSummary.Builder
StatementSummary.Builder. copy(StatementSummary model)
Method parameters in com.oracle.bmc.dataflow.model with type arguments of type StatementSummary Modifier and Type Method Description StatementCollection.Builder
StatementCollection.Builder. items(List<StatementSummary> items)
A list of statements for a Session Run.Constructor parameters in com.oracle.bmc.dataflow.model with type arguments of type StatementSummary Constructor Description StatementCollection(List<StatementSummary> items)
Deprecated.
-