Uses of Class
com.oracle.bmc.nosql.responses.ListIndexesResponse
-
Packages that use ListIndexesResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of ListIndexesResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return ListIndexesResponse Modifier and Type Method Description ListIndexesResponse
Nosql. listIndexes(ListIndexesRequest request)
Get a list of indexes on a table.ListIndexesResponse
NosqlClient. listIndexes(ListIndexesRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type ListIndexesResponse 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)
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 ListIndexesResponse 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 ListIndexesResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return ListIndexesResponse Modifier and Type Method Description ListIndexesResponse
ListIndexesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type ListIndexesResponse Modifier and Type Method Description ListIndexesResponse.Builder
ListIndexesResponse.Builder. copy(ListIndexesResponse o)
Copy method to populate the builder with values from the given instance.
-