| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartExportTaskResult> |
AbstractAmazonRDSAsync.startExportTaskAsync(StartExportTaskRequest request,
AsyncHandler<StartExportTaskRequest,StartExportTaskResult> asyncHandler) |
Future<StartExportTaskResult> |
AmazonRDSAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
StartExportTaskRequest |
StartExportTaskRequest.clone() |
StartExportTaskRequest |
StartExportTaskRequest.withExportOnly(Collection<String> exportOnly)
The data to be exported from the snapshot or cluster.
|
StartExportTaskRequest |
StartExportTaskRequest.withExportOnly(String... exportOnly)
The data to be exported from the snapshot or cluster.
|
StartExportTaskRequest |
StartExportTaskRequest.withExportTaskIdentifier(String exportTaskIdentifier)
A unique identifier for the export task.
|
StartExportTaskRequest |
StartExportTaskRequest.withIamRoleArn(String iamRoleArn)
The name of the IAM role to use for writing to the Amazon S3 bucket when exporting a snapshot or cluster.
|
StartExportTaskRequest |
StartExportTaskRequest.withKmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services KMS key to use to encrypt the data exported to Amazon S3.
|
StartExportTaskRequest |
StartExportTaskRequest.withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to export the snapshot or cluster data to.
|
StartExportTaskRequest |
StartExportTaskRequest.withS3Prefix(String s3Prefix)
The Amazon S3 bucket prefix to use as the file name and path of the exported data.
|
StartExportTaskRequest |
StartExportTaskRequest.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the snapshot or cluster to export to Amazon S3.
|
Copyright © 2023. All rights reserved.