Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.responses |
Modifier and Type | Method and Description |
---|---|
CreateIndexResponse |
NosqlClient.createIndex(CreateIndexRequest request) |
CreateIndexResponse |
Nosql.createIndex(CreateIndexRequest request)
Create a new index on the table identified by tableNameOrId.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CreateIndexResponse |
CreateIndexResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateIndexResponse.Builder |
CreateIndexResponse.Builder.copy(CreateIndexResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.