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.globallydistributeddatabaseMethods 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 theShardedDatabaseSummaryobjects contained in responses from the listShardedDatabases operation.
- 
Uses of ShardedDatabaseSummary in com.oracle.bmc.globallydistributeddatabase.modelSubclasses of ShardedDatabaseSummary in com.oracle.bmc.globallydistributeddatabase.model Modifier and Type Class Description classDedicatedShardedDatabaseSummarySummary 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.BuilderShardedDatabaseCollection.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.
 
-