Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
Iterable<TableSummary> |
NosqlPaginators.listTablesRecordIterator(ListTablesRequest request)
Creates a new iterable which will iterate over the
TableSummary objects contained in responses from the listTables
operation. |
Modifier and Type | Method and Description |
---|---|
TableSummary |
TableSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<TableSummary> |
TableCollection.getItems()
A page of TableSummary objects.
|
Modifier and Type | Method and Description |
---|---|
TableSummary.Builder |
TableSummary.Builder.copy(TableSummary model) |
Modifier and Type | Method and Description |
---|---|
TableCollection.Builder |
TableCollection.Builder.items(List<TableSummary> items)
A page of TableSummary objects.
|
Constructor and Description |
---|
TableCollection(List<TableSummary> items,
Integer maxAutoReclaimableTables,
Integer autoReclaimableTables,
Integer onDemandCapacityTables,
Integer maxOnDemandCapacityTables,
List<String> availableReplicationRegions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.