| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
StartExportTaskResult |
AbstractAmazonRDS.startExportTask(StartExportTaskRequest request) |
StartExportTaskResult |
AmazonRDSClient.startExportTask(StartExportTaskRequest request)
Starts an export of DB snapshot or DB cluster data to Amazon S3.
|
StartExportTaskResult |
AmazonRDS.startExportTask(StartExportTaskRequest startExportTaskRequest)
Starts an export of DB snapshot or DB cluster data to Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartExportTaskResult> |
AbstractAmazonRDSAsync.startExportTaskAsync(StartExportTaskRequest request,
AsyncHandler<StartExportTaskRequest,StartExportTaskResult> asyncHandler) |
Future<StartExportTaskResult> |
AmazonRDSAsync.startExportTaskAsync(StartExportTaskRequest startExportTaskRequest,
AsyncHandler<StartExportTaskRequest,StartExportTaskResult> asyncHandler)
Starts an export of DB snapshot or DB cluster data to Amazon S3.
|
Future<StartExportTaskResult> |
AmazonRDSAsyncClient.startExportTaskAsync(StartExportTaskRequest request,
AsyncHandler<StartExportTaskRequest,StartExportTaskResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartExportTaskResult |
StartExportTaskResult.clone() |
StartExportTaskResult |
StartExportTaskResult.withExportOnly(Collection<String> exportOnly)
The data exported from the snapshot or cluster.
|
StartExportTaskResult |
StartExportTaskResult.withExportOnly(String... exportOnly)
The data exported from the snapshot or cluster.
|
StartExportTaskResult |
StartExportTaskResult.withExportTaskIdentifier(String exportTaskIdentifier)
A unique identifier for the snapshot or cluster export task.
|
StartExportTaskResult |
StartExportTaskResult.withFailureCause(String failureCause)
The reason the export failed, if it failed.
|
StartExportTaskResult |
StartExportTaskResult.withIamRoleArn(String iamRoleArn)
The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot or cluster.
|
StartExportTaskResult |
StartExportTaskResult.withKmsKeyId(String kmsKeyId)
The key identifier of the Amazon Web Services KMS key that is used to encrypt the data when it's exported to
Amazon S3.
|
StartExportTaskResult |
StartExportTaskResult.withPercentProgress(Integer percentProgress)
The progress of the snapshot or cluster export task as a percentage.
|
StartExportTaskResult |
StartExportTaskResult.withS3Bucket(String s3Bucket)
The Amazon S3 bucket where the snapshot or cluster is exported to.
|
StartExportTaskResult |
StartExportTaskResult.withS3Prefix(String s3Prefix)
The Amazon S3 bucket prefix that is the file name and path of the exported data.
|
StartExportTaskResult |
StartExportTaskResult.withSnapshotTime(Date snapshotTime)
The time when the snapshot was created.
|
StartExportTaskResult |
StartExportTaskResult.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the snapshot or cluster exported to Amazon S3.
|
StartExportTaskResult |
StartExportTaskResult.withSourceType(ExportSourceType sourceType)
The type of source for the export.
|
StartExportTaskResult |
StartExportTaskResult.withSourceType(String sourceType)
The type of source for the export.
|
StartExportTaskResult |
StartExportTaskResult.withStatus(String status)
The progress status of the export task.
|
StartExportTaskResult |
StartExportTaskResult.withTaskEndTime(Date taskEndTime)
The time when the snapshot or cluster export task ended.
|
StartExportTaskResult |
StartExportTaskResult.withTaskStartTime(Date taskStartTime)
The time when the snapshot or cluster export task started.
|
StartExportTaskResult |
StartExportTaskResult.withTotalExtractedDataInGB(Integer totalExtractedDataInGB)
The total amount of data exported, in gigabytes.
|
StartExportTaskResult |
StartExportTaskResult.withWarningMessage(String warningMessage)
A warning about the snapshot or cluster export task.
|
Copyright © 2023. All rights reserved.