Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Future<ExportTableToPointInTimeResult> |
AbstractAmazonDynamoDBAsync.exportTableToPointInTimeAsync(ExportTableToPointInTimeRequest request,
AsyncHandler<ExportTableToPointInTimeRequest,ExportTableToPointInTimeResult> asyncHandler) |
Future<ExportTableToPointInTimeResult> |
AmazonDynamoDBAsync.exportTableToPointInTimeAsync(ExportTableToPointInTimeRequest exportTableToPointInTimeRequest,
AsyncHandler<ExportTableToPointInTimeRequest,ExportTableToPointInTimeResult> asyncHandler)
Exports table data to an S3 bucket.
|
Future<ExportTableToPointInTimeResult> |
AmazonDynamoDBAsyncClient.exportTableToPointInTimeAsync(ExportTableToPointInTimeRequest request,
AsyncHandler<ExportTableToPointInTimeRequest,ExportTableToPointInTimeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.clone() |
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withClientToken(String clientToken)
Providing a
ClientToken makes the call to ExportTableToPointInTimeInput idempotent,
meaning that multiple identical calls have the same effect as one single call. |
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withExportFormat(ExportFormat exportFormat)
The format for the exported data.
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withExportFormat(String exportFormat)
The format for the exported data.
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withExportTime(Date exportTime)
Time in the past from which to export table data.
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket to export the snapshot to.
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withS3BucketOwner(String s3BucketOwner)
The ID of the AWS account that owns the bucket the export will be stored in.
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withS3Prefix(String s3Prefix)
The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withS3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm)
Type of encryption used on the bucket where export data will be stored.
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withS3SseAlgorithm(String s3SseAlgorithm)
Type of encryption used on the bucket where export data will be stored.
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withS3SseKmsKeyId(String s3SseKmsKeyId)
The ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the table to export.
|
Copyright © 2020. All rights reserved.