Uses of Class
com.oracle.bmc.nosql.requests.CreateIndexRequest
-
Packages that use CreateIndexRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of CreateIndexRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type CreateIndexRequest Modifier and Type Method Description CreateIndexResponse
Nosql. createIndex(CreateIndexRequest request)
Create a new index on the table identified by tableNameOrId.Future<CreateIndexResponse>
NosqlAsync. createIndex(CreateIndexRequest request, AsyncHandler<CreateIndexRequest,CreateIndexResponse> handler)
Create a new index on the table identified by tableNameOrId.Future<CreateIndexResponse>
NosqlAsyncClient. createIndex(CreateIndexRequest request, AsyncHandler<CreateIndexRequest,CreateIndexResponse> handler)
CreateIndexResponse
NosqlClient. createIndex(CreateIndexRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type CreateIndexRequest Modifier and Type Method Description Future<CreateIndexResponse>
NosqlAsync. createIndex(CreateIndexRequest request, AsyncHandler<CreateIndexRequest,CreateIndexResponse> handler)
Create a new index on the table identified by tableNameOrId.Future<CreateIndexResponse>
NosqlAsyncClient. createIndex(CreateIndexRequest request, AsyncHandler<CreateIndexRequest,CreateIndexResponse> handler)
-
Uses of CreateIndexRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return CreateIndexRequest Modifier and Type Method Description CreateIndexRequest
CreateIndexRequest.Builder. build()
Build the instance of CreateIndexRequest as configured by this builderCreateIndexRequest
CreateIndexRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateIndexRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type CreateIndexRequest Modifier and Type Method Description CreateIndexRequest.Builder
CreateIndexRequest.Builder. copy(CreateIndexRequest o)
Copy method to populate the builder with values from the given instance.
-