| Package | Description |
|---|---|
| com.amazonaws.services.honeycode |
Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without
programming.
|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
StartTableDataImportJobResult |
AmazonHoneycodeClient.startTableDataImportJob(StartTableDataImportJobRequest request)
The StartTableDataImportJob API allows you to start an import job on a table.
|
StartTableDataImportJobResult |
AbstractAmazonHoneycode.startTableDataImportJob(StartTableDataImportJobRequest request) |
StartTableDataImportJobResult |
AmazonHoneycode.startTableDataImportJob(StartTableDataImportJobRequest startTableDataImportJobRequest)
The StartTableDataImportJob API allows you to start an import job on a table.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartTableDataImportJobResult> |
AmazonHoneycodeAsyncClient.startTableDataImportJobAsync(StartTableDataImportJobRequest request,
AsyncHandler<StartTableDataImportJobRequest,StartTableDataImportJobResult> asyncHandler) |
Future<StartTableDataImportJobResult> |
AbstractAmazonHoneycodeAsync.startTableDataImportJobAsync(StartTableDataImportJobRequest request,
AsyncHandler<StartTableDataImportJobRequest,StartTableDataImportJobResult> asyncHandler) |
Future<StartTableDataImportJobResult> |
AmazonHoneycodeAsync.startTableDataImportJobAsync(StartTableDataImportJobRequest startTableDataImportJobRequest,
AsyncHandler<StartTableDataImportJobRequest,StartTableDataImportJobResult> asyncHandler)
The StartTableDataImportJob API allows you to start an import job on a table.
|
| Modifier and Type | Method and Description |
|---|---|
StartTableDataImportJobResult |
StartTableDataImportJobResult.clone() |
StartTableDataImportJobResult |
StartTableDataImportJobResult.withJobId(String jobId)
The id that is assigned to this import job.
|
StartTableDataImportJobResult |
StartTableDataImportJobResult.withJobStatus(String jobStatus)
The status of the import job immediately after submitting the request.
|
StartTableDataImportJobResult |
StartTableDataImportJobResult.withJobStatus(TableDataImportJobStatus jobStatus)
The status of the import job immediately after submitting the request.
|
Copyright © 2023. All rights reserved.