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