Uses of Class
com.oracle.bmc.dataflow.model.StatementCollection
-
Packages that use StatementCollection Package Description com.oracle.bmc.dataflow.model com.oracle.bmc.dataflow.responses -
-
Uses of StatementCollection in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return StatementCollection Modifier and Type Method Description StatementCollection
StatementCollection.Builder. build()
Methods in com.oracle.bmc.dataflow.model with parameters of type StatementCollection Modifier and Type Method Description StatementCollection.Builder
StatementCollection.Builder. copy(StatementCollection model)
-
Uses of StatementCollection in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return StatementCollection Modifier and Type Method Description StatementCollection
ListStatementsResponse. getStatementCollection()
The returned StatementCollection instance.Methods in com.oracle.bmc.dataflow.responses with parameters of type StatementCollection Modifier and Type Method Description ListStatementsResponse.Builder
ListStatementsResponse.Builder. statementCollection(StatementCollection statementCollection)
The returned StatementCollection instance.
-