Uses of Class
com.oracle.bmc.nosql.requests.ListIndexesRequest
-
Packages that use ListIndexesRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of ListIndexesRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type ListIndexesRequest Modifier and Type Method Description 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)
ListIndexesResponse
NosqlClient. listIndexes(ListIndexesRequest request)
Iterable<IndexSummary>
NosqlPaginators. listIndexesRecordIterator(ListIndexesRequest request)
Creates a new iterable which will iterate over theIndexSummary
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.Method parameters in com.oracle.bmc.nosql with type arguments of type ListIndexesRequest Modifier and Type Method 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)
-
Uses of ListIndexesRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return ListIndexesRequest Modifier and Type Method Description ListIndexesRequest
ListIndexesRequest.Builder. build()
Build the instance of ListIndexesRequest as configured by this builderListIndexesRequest
ListIndexesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListIndexesRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type ListIndexesRequest Modifier and Type Method Description ListIndexesRequest.Builder
ListIndexesRequest.Builder. copy(ListIndexesRequest o)
Copy method to populate the builder with values from the given instance.
-