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