Uses of Class
com.oracle.bmc.nosql.requests.UpdateTableRequest
-
Packages that use UpdateTableRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of UpdateTableRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type UpdateTableRequest Modifier and Type Method Description UpdateTableResponse
Nosql. updateTable(UpdateTableRequest request)
Alter the table identified by tableNameOrId, changing schema, limits, or tagsFuture<UpdateTableResponse>
NosqlAsync. updateTable(UpdateTableRequest request, AsyncHandler<UpdateTableRequest,UpdateTableResponse> handler)
Alter the table identified by tableNameOrId, changing schema, limits, or tagsFuture<UpdateTableResponse>
NosqlAsyncClient. updateTable(UpdateTableRequest request, AsyncHandler<UpdateTableRequest,UpdateTableResponse> handler)
UpdateTableResponse
NosqlClient. updateTable(UpdateTableRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type UpdateTableRequest Modifier and Type Method Description Future<UpdateTableResponse>
NosqlAsync. updateTable(UpdateTableRequest request, AsyncHandler<UpdateTableRequest,UpdateTableResponse> handler)
Alter the table identified by tableNameOrId, changing schema, limits, or tagsFuture<UpdateTableResponse>
NosqlAsyncClient. updateTable(UpdateTableRequest request, AsyncHandler<UpdateTableRequest,UpdateTableResponse> handler)
-
Uses of UpdateTableRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return UpdateTableRequest Modifier and Type Method Description UpdateTableRequest
UpdateTableRequest.Builder. build()
Build the instance of UpdateTableRequest as configured by this builderUpdateTableRequest
UpdateTableRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTableRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type UpdateTableRequest Modifier and Type Method Description UpdateTableRequest.Builder
UpdateTableRequest.Builder. copy(UpdateTableRequest o)
Copy method to populate the builder with values from the given instance.
-