Uses of Class
com.oracle.bmc.datasafe.model.DatabaseViewAccessEntryCollection
-
Packages that use DatabaseViewAccessEntryCollection Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of DatabaseViewAccessEntryCollection in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DatabaseViewAccessEntryCollection Modifier and Type Method Description DatabaseViewAccessEntryCollection
DatabaseViewAccessEntryCollection.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type DatabaseViewAccessEntryCollection Modifier and Type Method Description DatabaseViewAccessEntryCollection.Builder
DatabaseViewAccessEntryCollection.Builder. copy(DatabaseViewAccessEntryCollection model)
-
Uses of DatabaseViewAccessEntryCollection in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return DatabaseViewAccessEntryCollection Modifier and Type Method Description DatabaseViewAccessEntryCollection
ListDatabaseViewAccessEntriesResponse. getDatabaseViewAccessEntryCollection()
The returned DatabaseViewAccessEntryCollection instance.Methods in com.oracle.bmc.datasafe.responses with parameters of type DatabaseViewAccessEntryCollection Modifier and Type Method Description ListDatabaseViewAccessEntriesResponse.Builder
ListDatabaseViewAccessEntriesResponse.Builder. databaseViewAccessEntryCollection(DatabaseViewAccessEntryCollection databaseViewAccessEntryCollection)
The returned DatabaseViewAccessEntryCollection instance.
-