Uses of Class
com.oracle.bmc.datasafe.model.SqlCollectionSummary
-
Packages that use SqlCollectionSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of SqlCollectionSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type SqlCollectionSummary Modifier and Type Method Description Iterable<SqlCollectionSummary>
DataSafePaginators. listSqlCollectionsRecordIterator(ListSqlCollectionsRequest request)
Creates a new iterable which will iterate over theSqlCollectionSummary
objects contained in responses from the listSqlCollections operation. -
Uses of SqlCollectionSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlCollectionSummary Modifier and Type Method Description SqlCollectionSummary
SqlCollectionSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type SqlCollectionSummary Modifier and Type Method Description List<SqlCollectionSummary>
SqlCollectionCollection. getItems()
Array of SQL collection summary.Methods in com.oracle.bmc.datasafe.model with parameters of type SqlCollectionSummary Modifier and Type Method Description SqlCollectionSummary.Builder
SqlCollectionSummary.Builder. copy(SqlCollectionSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlCollectionSummary Modifier and Type Method Description SqlCollectionCollection.Builder
SqlCollectionCollection.Builder. items(List<SqlCollectionSummary> items)
Array of SQL collection summary.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlCollectionSummary Constructor Description SqlCollectionCollection(List<SqlCollectionSummary> items)
Deprecated.
-