@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonQLDBAsync extends AmazonQLDB
AsyncHandler
can be used to receive notification when
an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonQLDBAsync
instead.
The resource management API for Amazon QLDB
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<CancelJournalKinesisStreamResult> |
cancelJournalKinesisStreamAsync(CancelJournalKinesisStreamRequest cancelJournalKinesisStreamRequest)
Ends a given Amazon QLDB journal stream.
|
Future<CancelJournalKinesisStreamResult> |
cancelJournalKinesisStreamAsync(CancelJournalKinesisStreamRequest cancelJournalKinesisStreamRequest,
AsyncHandler<CancelJournalKinesisStreamRequest,CancelJournalKinesisStreamResult> asyncHandler)
Ends a given Amazon QLDB journal stream.
|
Future<CreateLedgerResult> |
createLedgerAsync(CreateLedgerRequest createLedgerRequest)
Creates a new ledger in your Amazon Web Services account in the current Region.
|
Future<CreateLedgerResult> |
createLedgerAsync(CreateLedgerRequest createLedgerRequest,
AsyncHandler<CreateLedgerRequest,CreateLedgerResult> asyncHandler)
Creates a new ledger in your Amazon Web Services account in the current Region.
|
Future<DeleteLedgerResult> |
deleteLedgerAsync(DeleteLedgerRequest deleteLedgerRequest)
Deletes a ledger and all of its contents.
|
Future<DeleteLedgerResult> |
deleteLedgerAsync(DeleteLedgerRequest deleteLedgerRequest,
AsyncHandler<DeleteLedgerRequest,DeleteLedgerResult> asyncHandler)
Deletes a ledger and all of its contents.
|
Future<DescribeJournalKinesisStreamResult> |
describeJournalKinesisStreamAsync(DescribeJournalKinesisStreamRequest describeJournalKinesisStreamRequest)
Returns detailed information about a given Amazon QLDB journal stream.
|
Future<DescribeJournalKinesisStreamResult> |
describeJournalKinesisStreamAsync(DescribeJournalKinesisStreamRequest describeJournalKinesisStreamRequest,
AsyncHandler<DescribeJournalKinesisStreamRequest,DescribeJournalKinesisStreamResult> asyncHandler)
Returns detailed information about a given Amazon QLDB journal stream.
|
Future<DescribeJournalS3ExportResult> |
describeJournalS3ExportAsync(DescribeJournalS3ExportRequest describeJournalS3ExportRequest)
Returns information about a journal export job, including the ledger name, export ID, creation time, current
status, and the parameters of the original export creation request.
|
Future<DescribeJournalS3ExportResult> |
describeJournalS3ExportAsync(DescribeJournalS3ExportRequest describeJournalS3ExportRequest,
AsyncHandler<DescribeJournalS3ExportRequest,DescribeJournalS3ExportResult> asyncHandler)
Returns information about a journal export job, including the ledger name, export ID, creation time, current
status, and the parameters of the original export creation request.
|
Future<DescribeLedgerResult> |
describeLedgerAsync(DescribeLedgerRequest describeLedgerRequest)
Returns information about a ledger, including its state, permissions mode, encryption at rest settings, and when
it was created.
|
Future<DescribeLedgerResult> |
describeLedgerAsync(DescribeLedgerRequest describeLedgerRequest,
AsyncHandler<DescribeLedgerRequest,DescribeLedgerResult> asyncHandler)
Returns information about a ledger, including its state, permissions mode, encryption at rest settings, and when
it was created.
|
Future<ExportJournalToS3Result> |
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> |
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<GetBlockResult> |
getBlockAsync(GetBlockRequest getBlockRequest)
Returns a block object at a specified address in a journal.
|
Future<GetBlockResult> |
getBlockAsync(GetBlockRequest getBlockRequest,
AsyncHandler<GetBlockRequest,GetBlockResult> asyncHandler)
Returns a block object at a specified address in a journal.
|
Future<GetDigestResult> |
getDigestAsync(GetDigestRequest getDigestRequest)
Returns the digest of a ledger at the latest committed block in the journal.
|
Future<GetDigestResult> |
getDigestAsync(GetDigestRequest getDigestRequest,
AsyncHandler<GetDigestRequest,GetDigestResult> asyncHandler)
Returns the digest of a ledger at the latest committed block in the journal.
|
Future<GetRevisionResult> |
getRevisionAsync(GetRevisionRequest getRevisionRequest)
Returns a revision data object for a specified document ID and block address.
|
Future<GetRevisionResult> |
getRevisionAsync(GetRevisionRequest getRevisionRequest,
AsyncHandler<GetRevisionRequest,GetRevisionResult> asyncHandler)
Returns a revision data object for a specified document ID and block address.
|
Future<ListJournalKinesisStreamsForLedgerResult> |
listJournalKinesisStreamsForLedgerAsync(ListJournalKinesisStreamsForLedgerRequest listJournalKinesisStreamsForLedgerRequest)
Returns all Amazon QLDB journal streams for a given ledger.
|
Future<ListJournalKinesisStreamsForLedgerResult> |
listJournalKinesisStreamsForLedgerAsync(ListJournalKinesisStreamsForLedgerRequest listJournalKinesisStreamsForLedgerRequest,
AsyncHandler<ListJournalKinesisStreamsForLedgerRequest,ListJournalKinesisStreamsForLedgerResult> asyncHandler)
Returns all Amazon QLDB journal streams for a given ledger.
|
Future<ListJournalS3ExportsResult> |
listJournalS3ExportsAsync(ListJournalS3ExportsRequest listJournalS3ExportsRequest)
Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account
and Region.
|
Future<ListJournalS3ExportsResult> |
listJournalS3ExportsAsync(ListJournalS3ExportsRequest listJournalS3ExportsRequest,
AsyncHandler<ListJournalS3ExportsRequest,ListJournalS3ExportsResult> asyncHandler)
Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account
and Region.
|
Future<ListJournalS3ExportsForLedgerResult> |
listJournalS3ExportsForLedgerAsync(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest)
Returns all journal export jobs for a specified ledger.
|
Future<ListJournalS3ExportsForLedgerResult> |
listJournalS3ExportsForLedgerAsync(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest,
AsyncHandler<ListJournalS3ExportsForLedgerRequest,ListJournalS3ExportsForLedgerResult> asyncHandler)
Returns all journal export jobs for a specified ledger.
|
Future<ListLedgersResult> |
listLedgersAsync(ListLedgersRequest listLedgersRequest)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
|
Future<ListLedgersResult> |
listLedgersAsync(ListLedgersRequest listLedgersRequest,
AsyncHandler<ListLedgersRequest,ListLedgersResult> asyncHandler)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Returns all tags for a specified Amazon QLDB resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns all tags for a specified Amazon QLDB resource.
|
Future<StreamJournalToKinesisResult> |
streamJournalToKinesisAsync(StreamJournalToKinesisRequest streamJournalToKinesisRequest)
Creates a journal stream for a given Amazon QLDB ledger.
|
Future<StreamJournalToKinesisResult> |
streamJournalToKinesisAsync(StreamJournalToKinesisRequest streamJournalToKinesisRequest,
AsyncHandler<StreamJournalToKinesisRequest,StreamJournalToKinesisResult> asyncHandler)
Creates a journal stream for a given Amazon QLDB ledger.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds one or more tags to a specified Amazon QLDB resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds one or more tags to a specified Amazon QLDB resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a specified Amazon QLDB resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from a specified Amazon QLDB resource.
|
Future<UpdateLedgerResult> |
updateLedgerAsync(UpdateLedgerRequest updateLedgerRequest)
Updates properties on a ledger.
|
Future<UpdateLedgerResult> |
updateLedgerAsync(UpdateLedgerRequest updateLedgerRequest,
AsyncHandler<UpdateLedgerRequest,UpdateLedgerResult> asyncHandler)
Updates properties on a ledger.
|
Future<UpdateLedgerPermissionsModeResult> |
updateLedgerPermissionsModeAsync(UpdateLedgerPermissionsModeRequest updateLedgerPermissionsModeRequest)
Updates the permissions mode of a ledger.
|
Future<UpdateLedgerPermissionsModeResult> |
updateLedgerPermissionsModeAsync(UpdateLedgerPermissionsModeRequest updateLedgerPermissionsModeRequest,
AsyncHandler<UpdateLedgerPermissionsModeRequest,UpdateLedgerPermissionsModeResult> asyncHandler)
Updates the permissions mode of a ledger.
|
cancelJournalKinesisStream, createLedger, deleteLedger, describeJournalKinesisStream, describeJournalS3Export, describeLedger, exportJournalToS3, getBlock, getCachedResponseMetadata, getDigest, getRevision, listJournalKinesisStreamsForLedger, listJournalS3Exports, listJournalS3ExportsForLedger, listLedgers, listTagsForResource, shutdown, streamJournalToKinesis, tagResource, untagResource, updateLedger, updateLedgerPermissionsMode
Future<CancelJournalKinesisStreamResult> cancelJournalKinesisStreamAsync(CancelJournalKinesisStreamRequest cancelJournalKinesisStreamRequest)
Ends a given Amazon QLDB journal stream. Before a stream can be canceled, its current status must be
ACTIVE
.
You can't restart a stream after you cancel it. Canceled QLDB stream resources are subject to a 7-day retention period, so they are automatically deleted after this limit expires.
cancelJournalKinesisStreamRequest
- Future<CancelJournalKinesisStreamResult> cancelJournalKinesisStreamAsync(CancelJournalKinesisStreamRequest cancelJournalKinesisStreamRequest, AsyncHandler<CancelJournalKinesisStreamRequest,CancelJournalKinesisStreamResult> asyncHandler)
Ends a given Amazon QLDB journal stream. Before a stream can be canceled, its current status must be
ACTIVE
.
You can't restart a stream after you cancel it. Canceled QLDB stream resources are subject to a 7-day retention period, so they are automatically deleted after this limit expires.
cancelJournalKinesisStreamRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateLedgerResult> createLedgerAsync(CreateLedgerRequest createLedgerRequest)
Creates a new ledger in your Amazon Web Services account in the current Region.
createLedgerRequest
- Future<CreateLedgerResult> createLedgerAsync(CreateLedgerRequest createLedgerRequest, AsyncHandler<CreateLedgerRequest,CreateLedgerResult> asyncHandler)
Creates a new ledger in your Amazon Web Services account in the current Region.
createLedgerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteLedgerResult> deleteLedgerAsync(DeleteLedgerRequest deleteLedgerRequest)
Deletes a ledger and all of its contents. This action is irreversible.
If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it
by calling the UpdateLedger
operation to set this parameter to false
.
deleteLedgerRequest
- Future<DeleteLedgerResult> deleteLedgerAsync(DeleteLedgerRequest deleteLedgerRequest, AsyncHandler<DeleteLedgerRequest,DeleteLedgerResult> asyncHandler)
Deletes a ledger and all of its contents. This action is irreversible.
If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it
by calling the UpdateLedger
operation to set this parameter to false
.
deleteLedgerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeJournalKinesisStreamResult> describeJournalKinesisStreamAsync(DescribeJournalKinesisStreamRequest describeJournalKinesisStreamRequest)
Returns detailed information about a given Amazon QLDB journal stream. The output includes the Amazon Resource Name (ARN), stream name, current status, creation time, and the parameters of the original stream creation request.
This action does not return any expired journal streams. For more information, see Expiration for terminal streams in the Amazon QLDB Developer Guide.
describeJournalKinesisStreamRequest
- Future<DescribeJournalKinesisStreamResult> describeJournalKinesisStreamAsync(DescribeJournalKinesisStreamRequest describeJournalKinesisStreamRequest, AsyncHandler<DescribeJournalKinesisStreamRequest,DescribeJournalKinesisStreamResult> asyncHandler)
Returns detailed information about a given Amazon QLDB journal stream. The output includes the Amazon Resource Name (ARN), stream name, current status, creation time, and the parameters of the original stream creation request.
This action does not return any expired journal streams. For more information, see Expiration for terminal streams in the Amazon QLDB Developer Guide.
describeJournalKinesisStreamRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeJournalS3ExportResult> describeJournalS3ExportAsync(DescribeJournalS3ExportRequest describeJournalS3ExportRequest)
Returns information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request.
This action does not return any expired export jobs. For more information, see Export job expiration in the Amazon QLDB Developer Guide.
If the export job with the given ExportId
doesn't exist, then throws
ResourceNotFoundException
.
If the ledger with the given Name
doesn't exist, then throws ResourceNotFoundException
.
describeJournalS3ExportRequest
- Future<DescribeJournalS3ExportResult> describeJournalS3ExportAsync(DescribeJournalS3ExportRequest describeJournalS3ExportRequest, AsyncHandler<DescribeJournalS3ExportRequest,DescribeJournalS3ExportResult> asyncHandler)
Returns information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request.
This action does not return any expired export jobs. For more information, see Export job expiration in the Amazon QLDB Developer Guide.
If the export job with the given ExportId
doesn't exist, then throws
ResourceNotFoundException
.
If the ledger with the given Name
doesn't exist, then throws ResourceNotFoundException
.
describeJournalS3ExportRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeLedgerResult> describeLedgerAsync(DescribeLedgerRequest describeLedgerRequest)
Returns information about a ledger, including its state, permissions mode, encryption at rest settings, and when it was created.
describeLedgerRequest
- Future<DescribeLedgerResult> describeLedgerAsync(DescribeLedgerRequest describeLedgerRequest, AsyncHandler<DescribeLedgerRequest,DescribeLedgerResult> asyncHandler)
Returns information about a ledger, including its state, permissions mode, encryption at rest settings, and when it was created.
describeLedgerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ExportJournalToS3Result> 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. A journal export job can write the data objects in either the text or binary representation of Amazon Ion format, or in JSON Lines text format.
If the ledger with the given Name
doesn't exist, then throws ResourceNotFoundException
.
If the ledger with the given Name
is in CREATING
status, then throws
ResourcePreconditionNotMetException
.
You can initiate up to two concurrent journal export requests for each ledger. Beyond this limit, journal export
requests throw LimitExceededException
.
exportJournalToS3Request
- Future<ExportJournalToS3Result> 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. A journal export job can write the data objects in either the text or binary representation of Amazon Ion format, or in JSON Lines text format.
If the ledger with the given Name
doesn't exist, then throws ResourceNotFoundException
.
If the ledger with the given Name
is in CREATING
status, then throws
ResourcePreconditionNotMetException
.
You can initiate up to two concurrent journal export requests for each ledger. Beyond this limit, journal export
requests throw LimitExceededException
.
exportJournalToS3Request
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBlockResult> getBlockAsync(GetBlockRequest getBlockRequest)
Returns a block object at a specified address in a journal. Also returns a proof of the specified block for
verification if DigestTipAddress
is provided.
For information about the data contents in a block, see Journal contents in the Amazon QLDB Developer Guide.
If the specified ledger doesn't exist or is in DELETING
status, then throws
ResourceNotFoundException
.
If the specified ledger is in CREATING
status, then throws
ResourcePreconditionNotMetException
.
If no block exists with the specified address, then throws InvalidParameterException
.
getBlockRequest
- Future<GetBlockResult> getBlockAsync(GetBlockRequest getBlockRequest, AsyncHandler<GetBlockRequest,GetBlockResult> asyncHandler)
Returns a block object at a specified address in a journal. Also returns a proof of the specified block for
verification if DigestTipAddress
is provided.
For information about the data contents in a block, see Journal contents in the Amazon QLDB Developer Guide.
If the specified ledger doesn't exist or is in DELETING
status, then throws
ResourceNotFoundException
.
If the specified ledger is in CREATING
status, then throws
ResourcePreconditionNotMetException
.
If no block exists with the specified address, then throws InvalidParameterException
.
getBlockRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDigestResult> getDigestAsync(GetDigestRequest getDigestRequest)
Returns the digest of a ledger at the latest committed block in the journal. The response includes a 256-bit hash value and a block address.
getDigestRequest
- Future<GetDigestResult> getDigestAsync(GetDigestRequest getDigestRequest, AsyncHandler<GetDigestRequest,GetDigestResult> asyncHandler)
Returns the digest of a ledger at the latest committed block in the journal. The response includes a 256-bit hash value and a block address.
getDigestRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetRevisionResult> getRevisionAsync(GetRevisionRequest getRevisionRequest)
Returns a revision data object for a specified document ID and block address. Also returns a proof of the
specified revision for verification if DigestTipAddress
is provided.
getRevisionRequest
- Future<GetRevisionResult> getRevisionAsync(GetRevisionRequest getRevisionRequest, AsyncHandler<GetRevisionRequest,GetRevisionResult> asyncHandler)
Returns a revision data object for a specified document ID and block address. Also returns a proof of the
specified revision for verification if DigestTipAddress
is provided.
getRevisionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListJournalKinesisStreamsForLedgerResult> listJournalKinesisStreamsForLedgerAsync(ListJournalKinesisStreamsForLedgerRequest listJournalKinesisStreamsForLedgerRequest)
Returns all Amazon QLDB journal streams for a given ledger.
This action does not return any expired journal streams. For more information, see Expiration for terminal streams in the Amazon QLDB Developer Guide.
This action returns a maximum of MaxResults
items. It is paginated so that you can retrieve all the
items by calling ListJournalKinesisStreamsForLedger
multiple times.
listJournalKinesisStreamsForLedgerRequest
- Future<ListJournalKinesisStreamsForLedgerResult> listJournalKinesisStreamsForLedgerAsync(ListJournalKinesisStreamsForLedgerRequest listJournalKinesisStreamsForLedgerRequest, AsyncHandler<ListJournalKinesisStreamsForLedgerRequest,ListJournalKinesisStreamsForLedgerResult> asyncHandler)
Returns all Amazon QLDB journal streams for a given ledger.
This action does not return any expired journal streams. For more information, see Expiration for terminal streams in the Amazon QLDB Developer Guide.
This action returns a maximum of MaxResults
items. It is paginated so that you can retrieve all the
items by calling ListJournalKinesisStreamsForLedger
multiple times.
listJournalKinesisStreamsForLedgerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListJournalS3ExportsResult> listJournalS3ExportsAsync(ListJournalS3ExportsRequest listJournalS3ExportsRequest)
Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.
This action returns a maximum of MaxResults
items, and is paginated so that you can retrieve all the
items by calling ListJournalS3Exports
multiple times.
This action does not return any expired export jobs. For more information, see Export job expiration in the Amazon QLDB Developer Guide.
listJournalS3ExportsRequest
- Future<ListJournalS3ExportsResult> listJournalS3ExportsAsync(ListJournalS3ExportsRequest listJournalS3ExportsRequest, AsyncHandler<ListJournalS3ExportsRequest,ListJournalS3ExportsResult> asyncHandler)
Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.
This action returns a maximum of MaxResults
items, and is paginated so that you can retrieve all the
items by calling ListJournalS3Exports
multiple times.
This action does not return any expired export jobs. For more information, see Export job expiration in the Amazon QLDB Developer Guide.
listJournalS3ExportsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListJournalS3ExportsForLedgerResult> listJournalS3ExportsForLedgerAsync(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest)
Returns all journal export jobs for a specified ledger.
This action returns a maximum of MaxResults
items, and is paginated so that you can retrieve all the
items by calling ListJournalS3ExportsForLedger
multiple times.
This action does not return any expired export jobs. For more information, see Export job expiration in the Amazon QLDB Developer Guide.
listJournalS3ExportsForLedgerRequest
- Future<ListJournalS3ExportsForLedgerResult> listJournalS3ExportsForLedgerAsync(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest, AsyncHandler<ListJournalS3ExportsForLedgerRequest,ListJournalS3ExportsForLedgerResult> asyncHandler)
Returns all journal export jobs for a specified ledger.
This action returns a maximum of MaxResults
items, and is paginated so that you can retrieve all the
items by calling ListJournalS3ExportsForLedger
multiple times.
This action does not return any expired export jobs. For more information, see Export job expiration in the Amazon QLDB Developer Guide.
listJournalS3ExportsForLedgerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListLedgersResult> listLedgersAsync(ListLedgersRequest listLedgersRequest)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
This action returns a maximum of MaxResults
items and is paginated so that you can retrieve all the
items by calling ListLedgers
multiple times.
listLedgersRequest
- Future<ListLedgersResult> listLedgersAsync(ListLedgersRequest listLedgersRequest, AsyncHandler<ListLedgersRequest,ListLedgersResult> asyncHandler)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
This action returns a maximum of MaxResults
items and is paginated so that you can retrieve all the
items by calling ListLedgers
multiple times.
listLedgersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Returns all tags for a specified Amazon QLDB resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns all tags for a specified Amazon QLDB resource.
listTagsForResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StreamJournalToKinesisResult> streamJournalToKinesisAsync(StreamJournalToKinesisRequest streamJournalToKinesisRequest)
Creates a journal stream for a given Amazon QLDB ledger. The stream captures every document revision that is committed to the ledger's journal and delivers the data to a specified Amazon Kinesis Data Streams resource.
streamJournalToKinesisRequest
- Future<StreamJournalToKinesisResult> streamJournalToKinesisAsync(StreamJournalToKinesisRequest streamJournalToKinesisRequest, AsyncHandler<StreamJournalToKinesisRequest,StreamJournalToKinesisResult> asyncHandler)
Creates a journal stream for a given Amazon QLDB ledger. The stream captures every document revision that is committed to the ledger's journal and delivers the data to a specified Amazon Kinesis Data Streams resource.
streamJournalToKinesisRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds one or more tags to a specified Amazon QLDB resource.
A resource can have up to 50 tags. If you try to create more than 50 tags for a resource, your request fails and returns an error.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds one or more tags to a specified Amazon QLDB resource.
A resource can have up to 50 tags. If you try to create more than 50 tags for a resource, your request fails and returns an error.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a specified Amazon QLDB resource. You can specify up to 50 tag keys to remove.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from a specified Amazon QLDB resource. You can specify up to 50 tag keys to remove.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateLedgerResult> updateLedgerAsync(UpdateLedgerRequest updateLedgerRequest)
Updates properties on a ledger.
updateLedgerRequest
- Future<UpdateLedgerResult> updateLedgerAsync(UpdateLedgerRequest updateLedgerRequest, AsyncHandler<UpdateLedgerRequest,UpdateLedgerResult> asyncHandler)
Updates properties on a ledger.
updateLedgerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateLedgerPermissionsModeResult> updateLedgerPermissionsModeAsync(UpdateLedgerPermissionsModeRequest updateLedgerPermissionsModeRequest)
Updates the permissions mode of a ledger.
Before you switch to the STANDARD
permissions mode, you must first create all required IAM policies
and table tags to avoid disruption to your users. To learn more, see Migrating to the standard permissions mode in the Amazon QLDB Developer Guide.
updateLedgerPermissionsModeRequest
- Future<UpdateLedgerPermissionsModeResult> updateLedgerPermissionsModeAsync(UpdateLedgerPermissionsModeRequest updateLedgerPermissionsModeRequest, AsyncHandler<UpdateLedgerPermissionsModeRequest,UpdateLedgerPermissionsModeResult> asyncHandler)
Updates the permissions mode of a ledger.
Before you switch to the STANDARD
permissions mode, you must first create all required IAM policies
and table tags to avoid disruption to your users. To learn more, see Migrating to the standard permissions mode in the Amazon QLDB Developer Guide.
updateLedgerPermissionsModeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.