Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.responses |
Modifier and Type | Method and Description |
---|---|
UpdateTableResponse |
NosqlClient.updateTable(UpdateTableRequest request) |
UpdateTableResponse |
Nosql.updateTable(UpdateTableRequest request)
Alter the table identified by tableNameOrId, changing schema, limits, or tags
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateTableResponse> |
NosqlAsync.updateTable(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResponse> handler)
Alter the table identified by tableNameOrId, changing schema, limits, or tags
|
Future<UpdateTableResponse> |
NosqlAsyncClient.updateTable(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateTableResponse> |
NosqlAsync.updateTable(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResponse> handler)
Alter the table identified by tableNameOrId, changing schema, limits, or tags
|
Future<UpdateTableResponse> |
NosqlAsyncClient.updateTable(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResponse> handler) |
Modifier and Type | Method and Description |
---|---|
UpdateTableResponse |
UpdateTableResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableResponse.Builder |
UpdateTableResponse.Builder.copy(UpdateTableResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.