Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.responses |
Modifier and Type | Method and Description |
---|---|
CreateTableResponse |
NosqlClient.createTable(CreateTableRequest request) |
CreateTableResponse |
Nosql.createTable(CreateTableRequest request)
Create a new table.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CreateTableResponse |
CreateTableResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateTableResponse.Builder |
CreateTableResponse.Builder.copy(CreateTableResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.