Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.requests |
Modifier and Type | Method and Description |
---|---|
ListTablesResponse |
NosqlClient.listTables(ListTablesRequest request) |
ListTablesResponse |
Nosql.listTables(ListTablesRequest request)
Get a list of tables in a compartment.
|
Future<ListTablesResponse> |
NosqlAsync.listTables(ListTablesRequest request,
AsyncHandler<ListTablesRequest,ListTablesResponse> handler)
Get a list of tables in a compartment.
|
Future<ListTablesResponse> |
NosqlAsyncClient.listTables(ListTablesRequest request,
AsyncHandler<ListTablesRequest,ListTablesResponse> handler) |
Iterable<TableSummary> |
NosqlPaginators.listTablesRecordIterator(ListTablesRequest request)
Creates a new iterable which will iterate over the
TableSummary objects contained in responses from the listTables
operation. |
Iterable<ListTablesResponse> |
NosqlPaginators.listTablesResponseIterator(ListTablesRequest request)
Creates a new iterable which will iterate over the responses received from the listTables
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTablesResponse> |
NosqlAsync.listTables(ListTablesRequest request,
AsyncHandler<ListTablesRequest,ListTablesResponse> handler)
Get a list of tables in a compartment.
|
Future<ListTablesResponse> |
NosqlAsyncClient.listTables(ListTablesRequest request,
AsyncHandler<ListTablesRequest,ListTablesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListTablesRequest |
ListTablesRequest.Builder.build()
Build the instance of ListTablesRequest as configured by this builder
|
ListTablesRequest |
ListTablesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListTablesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListTablesRequest.Builder |
ListTablesRequest.Builder.copy(ListTablesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.