Uses of Class
com.oracle.bmc.nosql.responses.CreateTableResponse
-
Packages that use CreateTableResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of CreateTableResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return CreateTableResponse Modifier and Type Method Description CreateTableResponse
Nosql. createTable(CreateTableRequest request)
Create a new table.CreateTableResponse
NosqlClient. createTable(CreateTableRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type CreateTableResponse Modifier and Type Method Description Future<CreateTableResponse>
NosqlAsync. createTable(CreateTableRequest request, AsyncHandler<CreateTableRequest,CreateTableResponse> handler)
Create a new table.Future<CreateTableResponse>
NosqlAsyncClient. createTable(CreateTableRequest request, AsyncHandler<CreateTableRequest,CreateTableResponse> handler)
Method parameters in com.oracle.bmc.nosql with type arguments of type CreateTableResponse Modifier and Type Method Description Future<CreateTableResponse>
NosqlAsync. createTable(CreateTableRequest request, AsyncHandler<CreateTableRequest,CreateTableResponse> handler)
Create a new table.Future<CreateTableResponse>
NosqlAsyncClient. createTable(CreateTableRequest request, AsyncHandler<CreateTableRequest,CreateTableResponse> handler)
-
Uses of CreateTableResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return CreateTableResponse Modifier and Type Method Description CreateTableResponse
CreateTableResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type CreateTableResponse Modifier and Type Method Description CreateTableResponse.Builder
CreateTableResponse.Builder. copy(CreateTableResponse o)
Copy method to populate the builder with values from the given instance.
-