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