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.nosqlMethods in com.oracle.bmc.nosql with parameters of type UpdateTableRequest Modifier and Type Method Description UpdateTableResponseNosql. 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)UpdateTableResponseNosqlClient. 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.requestsMethods in com.oracle.bmc.nosql.requests that return UpdateTableRequest Modifier and Type Method Description UpdateTableRequestUpdateTableRequest.Builder. build()Build the instance of UpdateTableRequest as configured by this builderUpdateTableRequestUpdateTableRequest.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.BuilderUpdateTableRequest.Builder. copy(UpdateTableRequest o)Copy method to populate the builder with values from the given instance.
 
-