Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ExportDescription |
ExportDescription.clone() |
ExportDescription |
ExportTableToPointInTimeResult.getExportDescription()
Contains a description of the table export.
|
ExportDescription |
DescribeExportResult.getExportDescription()
Represents the properties of the export.
|
ExportDescription |
ExportDescription.withBilledSizeBytes(Long billedSizeBytes)
The billable size of the table export.
|
ExportDescription |
ExportDescription.withClientToken(String clientToken)
The client token that was provided for the export task.
|
ExportDescription |
ExportDescription.withEndTime(Date endTime)
The time at which the export task completed.
|
ExportDescription |
ExportDescription.withExportArn(String exportArn)
The Amazon Resource Name (ARN) of the table export.
|
ExportDescription |
ExportDescription.withExportFormat(ExportFormat exportFormat)
The format of the exported data.
|
ExportDescription |
ExportDescription.withExportFormat(String exportFormat)
The format of the exported data.
|
ExportDescription |
ExportDescription.withExportManifest(String exportManifest)
The name of the manifest file for the export task.
|
ExportDescription |
ExportDescription.withExportStatus(ExportStatus exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
ExportDescription |
ExportDescription.withExportStatus(String exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
ExportDescription |
ExportDescription.withExportTime(Date exportTime)
Point in time from which table data was exported.
|
ExportDescription |
ExportDescription.withExportType(ExportType exportType)
The type of export that was performed.
|
ExportDescription |
ExportDescription.withExportType(String exportType)
The type of export that was performed.
|
ExportDescription |
ExportDescription.withFailureCode(String failureCode)
Status code for the result of the failed export.
|
ExportDescription |
ExportDescription.withFailureMessage(String failureMessage)
Export failure reason description.
|
ExportDescription |
ExportDescription.withIncrementalExportSpecification(IncrementalExportSpecification incrementalExportSpecification)
Optional object containing the parameters specific to an incremental export.
|
ExportDescription |
ExportDescription.withItemCount(Long itemCount)
The number of items exported.
|
ExportDescription |
ExportDescription.withS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket containing the export.
|
ExportDescription |
ExportDescription.withS3BucketOwner(String s3BucketOwner)
The ID of the Amazon Web Services account that owns the bucket containing the export.
|
ExportDescription |
ExportDescription.withS3Prefix(String s3Prefix)
The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.
|
ExportDescription |
ExportDescription.withS3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm)
Type of encryption used on the bucket where export data is stored.
|
ExportDescription |
ExportDescription.withS3SseAlgorithm(String s3SseAlgorithm)
Type of encryption used on the bucket where export data is stored.
|
ExportDescription |
ExportDescription.withS3SseKmsKeyId(String s3SseKmsKeyId)
The ID of the KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).
|
ExportDescription |
ExportDescription.withStartTime(Date startTime)
The time at which the export task began.
|
ExportDescription |
ExportDescription.withTableArn(String tableArn)
The Amazon Resource Name (ARN) of the table that was exported.
|
ExportDescription |
ExportDescription.withTableId(String tableId)
Unique ID of the table that was exported.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportTableToPointInTimeResult.setExportDescription(ExportDescription exportDescription)
Contains a description of the table export.
|
void |
DescribeExportResult.setExportDescription(ExportDescription exportDescription)
Represents the properties of the export.
|
ExportTableToPointInTimeResult |
ExportTableToPointInTimeResult.withExportDescription(ExportDescription exportDescription)
Contains a description of the table export.
|
DescribeExportResult |
DescribeExportResult.withExportDescription(ExportDescription exportDescription)
Represents the properties of the export.
|
Copyright © 2023. All rights reserved.