Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.responses |
Modifier and Type | Method and Description |
---|---|
ListTablesResponse |
NosqlClient.listTables(ListTablesRequest request) |
ListTablesResponse |
Nosql.listTables(ListTablesRequest request)
Get a list of tables in a compartment.
|
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) |
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 |
---|---|
ListTablesResponse |
ListTablesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListTablesResponse.Builder |
ListTablesResponse.Builder.copy(ListTablesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.