| Package | Description |
|---|---|
| com.amazonaws.services.qldb |
The control plane for Amazon QLDB
|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
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.
|
Future<ExportJournalToS3Result> |
AbstractAmazonQLDBAsync.exportJournalToS3Async(ExportJournalToS3Request request) |
Future<ExportJournalToS3Result> |
AmazonQLDBAsyncClient.exportJournalToS3Async(ExportJournalToS3Request request) |
Future<ExportJournalToS3Result> |
AmazonQLDBAsync.exportJournalToS3Async(ExportJournalToS3Request exportJournalToS3Request)
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) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ExportJournalToS3Result> |
AbstractAmazonQLDBAsync.exportJournalToS3Async(ExportJournalToS3Request request,
AsyncHandler<ExportJournalToS3Request,ExportJournalToS3Result> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ExportJournalToS3Request |
ExportJournalToS3Request.clone() |
ExportJournalToS3Request |
ExportJournalToS3Request.withExclusiveEndTime(Date exclusiveEndTime)
The exclusive end date and time for the range of journal contents that you want to export.
|
ExportJournalToS3Request |
ExportJournalToS3Request.withInclusiveStartTime(Date inclusiveStartTime)
The inclusive start date and time for the range of journal contents that you want to export.
|
ExportJournalToS3Request |
ExportJournalToS3Request.withName(String name)
The name of the ledger.
|
ExportJournalToS3Request |
ExportJournalToS3Request.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the
following:
|
ExportJournalToS3Request |
ExportJournalToS3Request.withS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
The configuration settings of the Amazon S3 bucket destination for your export request.
|
Copyright © 2020. All rights reserved.