Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.requests |
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.
|
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 |
---|---|
CreateIndexRequest |
CreateIndexRequest.Builder.build()
Build the instance of CreateIndexRequest as configured by this builder
|
CreateIndexRequest |
CreateIndexRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateIndexRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.copy(CreateIndexRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.