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