Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.ShardedDatabaseSummary
-
Packages that use ShardedDatabaseSummary Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.model -
-
Uses of ShardedDatabaseSummary in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type ShardedDatabaseSummary Modifier and Type Method Description Iterable<ShardedDatabaseSummary>
ShardedDatabaseServicePaginators. listShardedDatabasesRecordIterator(ListShardedDatabasesRequest request)
Creates a new iterable which will iterate over theShardedDatabaseSummary
objects contained in responses from the listShardedDatabases operation. -
Uses of ShardedDatabaseSummary in com.oracle.bmc.globallydistributeddatabase.model
Subclasses of ShardedDatabaseSummary in com.oracle.bmc.globallydistributeddatabase.model Modifier and Type Class Description class
DedicatedShardedDatabaseSummary
Summary of ATP-D based sharded database.Methods in com.oracle.bmc.globallydistributeddatabase.model that return types with arguments of type ShardedDatabaseSummary Modifier and Type Method Description List<ShardedDatabaseSummary>
ShardedDatabaseCollection. getItems()
Array of sharded databases summaries.Method parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type ShardedDatabaseSummary Modifier and Type Method Description ShardedDatabaseCollection.Builder
ShardedDatabaseCollection.Builder. items(List<ShardedDatabaseSummary> items)
Array of sharded databases summaries.Constructor parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type ShardedDatabaseSummary Constructor Description ShardedDatabaseCollection(List<ShardedDatabaseSummary> items)
Deprecated.
-