Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.requests |
Modifier and Type | Method and Description |
---|---|
CreateTableResponse |
NosqlClient.createTable(CreateTableRequest request) |
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) |
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 |
---|---|
CreateTableRequest |
CreateTableRequest.Builder.build()
Build the instance of CreateTableRequest as configured by this builder
|
CreateTableRequest |
CreateTableRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateTableRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateTableRequest.Builder |
CreateTableRequest.Builder.copy(CreateTableRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.