| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
ReportDestinationS3 |
ReportDestinationS3.clone() |
ReportDestinationS3 |
ReportDestination.getS3()
Specifies the Amazon S3 bucket where DataSync uploads your task report.
|
ReportDestinationS3 |
ReportDestinationS3.withBucketAccessRoleArn(String bucketAccessRoleArn)
Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your
S3 bucket.
|
ReportDestinationS3 |
ReportDestinationS3.withS3BucketArn(String s3BucketArn)
Specifies the ARN of the S3 bucket where DataSync uploads your report.
|
ReportDestinationS3 |
ReportDestinationS3.withSubdirectory(String subdirectory)
Specifies a bucket prefix for your report.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportDestination.setS3(ReportDestinationS3 s3)
Specifies the Amazon S3 bucket where DataSync uploads your task report.
|
ReportDestination |
ReportDestination.withS3(ReportDestinationS3 s3)
Specifies the Amazon S3 bucket where DataSync uploads your task report.
|
Copyright © 2024. All rights reserved.