Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.requests |
Modifier and Type | Method and Description |
---|---|
DeleteIndexResponse |
NosqlClient.deleteIndex(DeleteIndexRequest request) |
DeleteIndexResponse |
Nosql.deleteIndex(DeleteIndexRequest request)
Delete an index from the table identified by tableNameOrId.
|
Future<DeleteIndexResponse> |
NosqlAsync.deleteIndex(DeleteIndexRequest request,
AsyncHandler<DeleteIndexRequest,DeleteIndexResponse> handler)
Delete an index from the table identified by tableNameOrId.
|
Future<DeleteIndexResponse> |
NosqlAsyncClient.deleteIndex(DeleteIndexRequest request,
AsyncHandler<DeleteIndexRequest,DeleteIndexResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<DeleteIndexResponse> |
NosqlAsync.deleteIndex(DeleteIndexRequest request,
AsyncHandler<DeleteIndexRequest,DeleteIndexResponse> handler)
Delete an index from the table identified by tableNameOrId.
|
Future<DeleteIndexResponse> |
NosqlAsyncClient.deleteIndex(DeleteIndexRequest request,
AsyncHandler<DeleteIndexRequest,DeleteIndexResponse> handler) |
Modifier and Type | Method and Description |
---|---|
DeleteIndexRequest |
DeleteIndexRequest.Builder.build()
Build the instance of DeleteIndexRequest as configured by this builder
|
DeleteIndexRequest |
DeleteIndexRequest.Builder.buildWithoutInvocationCallback()
Build the instance of DeleteIndexRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
DeleteIndexRequest.Builder |
DeleteIndexRequest.Builder.copy(DeleteIndexRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.