| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ExportTask |
ExportTask.clone() |
ExportTask |
ExportTask.withExportOnly(Collection<String> exportOnly)
The data exported from the snapshot.
|
ExportTask |
ExportTask.withExportOnly(String... exportOnly)
The data exported from the snapshot.
|
ExportTask |
ExportTask.withExportTaskIdentifier(String exportTaskIdentifier)
A unique identifier for the snapshot export task.
|
ExportTask |
ExportTask.withFailureCause(String failureCause)
The reason the export failed, if it failed.
|
ExportTask |
ExportTask.withIamRoleArn(String iamRoleArn)
The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot.
|
ExportTask |
ExportTask.withKmsKeyId(String kmsKeyId)
The key identifier of the Amazon Web Services KMS key that is used to encrypt the snapshot when it's exported to
Amazon S3.
|
ExportTask |
ExportTask.withPercentProgress(Integer percentProgress)
The progress of the snapshot export task as a percentage.
|
ExportTask |
ExportTask.withS3Bucket(String s3Bucket)
The Amazon S3 bucket that the snapshot is exported to.
|
ExportTask |
ExportTask.withS3Prefix(String s3Prefix)
The Amazon S3 bucket prefix that is the file name and path of the exported snapshot.
|
ExportTask |
ExportTask.withSnapshotTime(Date snapshotTime)
The time that the snapshot was created.
|
ExportTask |
ExportTask.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.
|
ExportTask |
ExportTask.withSourceType(ExportSourceType sourceType)
The type of source for the export.
|
ExportTask |
ExportTask.withSourceType(String sourceType)
The type of source for the export.
|
ExportTask |
ExportTask.withStatus(String status)
The progress status of the export task.
|
ExportTask |
ExportTask.withTaskEndTime(Date taskEndTime)
The time that the snapshot export task completed.
|
ExportTask |
ExportTask.withTaskStartTime(Date taskStartTime)
The time that the snapshot export task started.
|
ExportTask |
ExportTask.withTotalExtractedDataInGB(Integer totalExtractedDataInGB)
The total amount of data exported, in gigabytes.
|
ExportTask |
ExportTask.withWarningMessage(String warningMessage)
A warning about the snapshot export task.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportTask> |
DescribeExportTasksResult.getExportTasks()
Information about an export of a snapshot to Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(ExportTask... exportTasks)
Information about an export of a snapshot to Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeExportTasksResult.setExportTasks(Collection<ExportTask> exportTasks)
Information about an export of a snapshot to Amazon S3.
|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(Collection<ExportTask> exportTasks)
Information about an export of a snapshot to Amazon S3.
|
Copyright © 2022. All rights reserved.