Uses of Class
com.oracle.bmc.dataflow.model.SqlEndpointSummary
-
Packages that use SqlEndpointSummary Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.model -
-
Uses of SqlEndpointSummary in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return types with arguments of type SqlEndpointSummary Modifier and Type Method Description Iterable<SqlEndpointSummary>
DataFlowPaginators. listSqlEndpointsRecordIterator(ListSqlEndpointsRequest request)
Creates a new iterable which will iterate over theSqlEndpointSummary
objects contained in responses from the listSqlEndpoints operation. -
Uses of SqlEndpointSummary in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return SqlEndpointSummary Modifier and Type Method Description SqlEndpointSummary
SqlEndpointSummary.Builder. build()
Methods in com.oracle.bmc.dataflow.model that return types with arguments of type SqlEndpointSummary Modifier and Type Method Description List<SqlEndpointSummary>
SqlEndpointCollection. getItems()
The collection of SqlEndpointSummary objects.Methods in com.oracle.bmc.dataflow.model with parameters of type SqlEndpointSummary Modifier and Type Method Description SqlEndpointSummary.Builder
SqlEndpointSummary.Builder. copy(SqlEndpointSummary model)
Method parameters in com.oracle.bmc.dataflow.model with type arguments of type SqlEndpointSummary Modifier and Type Method Description SqlEndpointCollection.Builder
SqlEndpointCollection.Builder. items(List<SqlEndpointSummary> items)
The collection of SqlEndpointSummary objects.Constructor parameters in com.oracle.bmc.dataflow.model with type arguments of type SqlEndpointSummary Constructor Description SqlEndpointCollection(List<SqlEndpointSummary> items)
Deprecated.
-