Uses of Class
com.oracle.bmc.nosql.requests.CreateTableRequest
-
Packages that use CreateTableRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of CreateTableRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type CreateTableRequest Modifier and Type Method Description CreateTableResponse
Nosql. createTable(CreateTableRequest request)
Create a new table.Future<CreateTableResponse>
NosqlAsync. createTable(CreateTableRequest request, AsyncHandler<CreateTableRequest,CreateTableResponse> handler)
Create a new table.Future<CreateTableResponse>
NosqlAsyncClient. createTable(CreateTableRequest request, AsyncHandler<CreateTableRequest,CreateTableResponse> handler)
CreateTableResponse
NosqlClient. createTable(CreateTableRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type CreateTableRequest 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 CreateTableRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return CreateTableRequest Modifier and Type Method Description CreateTableRequest
CreateTableRequest.Builder. build()
Build the instance of CreateTableRequest as configured by this builderCreateTableRequest
CreateTableRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateTableRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type CreateTableRequest Modifier and Type Method Description CreateTableRequest.Builder
CreateTableRequest.Builder. copy(CreateTableRequest o)
Copy method to populate the builder with values from the given instance.
-