| Package | Description |
|---|---|
| com.amazonaws.services.qldb |
The resource management API for Amazon QLDB
|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
ExportJournalToS3Result |
AmazonQLDBClient.exportJournalToS3(ExportJournalToS3Request request)
Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage
Service (Amazon S3) bucket.
|
ExportJournalToS3Result |
AmazonQLDB.exportJournalToS3(ExportJournalToS3Request exportJournalToS3Request)
Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage
Service (Amazon S3) bucket.
|
ExportJournalToS3Result |
AbstractAmazonQLDB.exportJournalToS3(ExportJournalToS3Request request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ExportJournalToS3Result> |
AmazonQLDBAsyncClient.exportJournalToS3Async(ExportJournalToS3Request request,
AsyncHandler<ExportJournalToS3Request,ExportJournalToS3Result> asyncHandler) |
Future<ExportJournalToS3Result> |
AmazonQLDBAsync.exportJournalToS3Async(ExportJournalToS3Request exportJournalToS3Request,
AsyncHandler<ExportJournalToS3Request,ExportJournalToS3Result> asyncHandler)
Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage
Service (Amazon S3) bucket.
|
Future<ExportJournalToS3Result> |
AbstractAmazonQLDBAsync.exportJournalToS3Async(ExportJournalToS3Request request,
AsyncHandler<ExportJournalToS3Request,ExportJournalToS3Result> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ExportJournalToS3Result |
ExportJournalToS3Result.clone() |
ExportJournalToS3Result |
ExportJournalToS3Result.withExportId(String exportId)
The UUID (represented in Base62-encoded text) that QLDB assigns to each journal export job.
|
Copyright © 2024. All rights reserved.