Uses of Class
com.oracle.bmc.nosql.responses.UpdateTableResponse
-
Packages that use UpdateTableResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of UpdateTableResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return UpdateTableResponse Modifier and Type Method Description UpdateTableResponse
Nosql. updateTable(UpdateTableRequest request)
Alter the table identified by tableNameOrId, changing schema, limits, or tagsUpdateTableResponse
NosqlClient. updateTable(UpdateTableRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type UpdateTableResponse 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)
Method parameters in com.oracle.bmc.nosql with type arguments of type UpdateTableResponse 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 UpdateTableResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return UpdateTableResponse Modifier and Type Method Description UpdateTableResponse
UpdateTableResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type UpdateTableResponse Modifier and Type Method Description UpdateTableResponse.Builder
UpdateTableResponse.Builder. copy(UpdateTableResponse o)
Copy method to populate the builder with values from the given instance.
-