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