| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination |
S3Destination.clone() |
S3Destination |
CreateHarvestJobResult.getS3Destination() |
S3Destination |
DescribeHarvestJobResult.getS3Destination() |
S3Destination |
CreateHarvestJobRequest.getS3Destination() |
S3Destination |
HarvestJob.getS3Destination() |
S3Destination |
S3Destination.withBucketName(String bucketName)
The name of an S3 bucket within which harvested content will be exported
|
S3Destination |
S3Destination.withManifestKey(String manifestKey)
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
|
S3Destination |
S3Destination.withRoleArn(String roleArn)
The IAM role used to write to the specified S3 bucket
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateHarvestJobResult.setS3Destination(S3Destination s3Destination) |
void |
DescribeHarvestJobResult.setS3Destination(S3Destination s3Destination) |
void |
CreateHarvestJobRequest.setS3Destination(S3Destination s3Destination) |
void |
HarvestJob.setS3Destination(S3Destination s3Destination) |
CreateHarvestJobResult |
CreateHarvestJobResult.withS3Destination(S3Destination s3Destination) |
DescribeHarvestJobResult |
DescribeHarvestJobResult.withS3Destination(S3Destination s3Destination) |
CreateHarvestJobRequest |
CreateHarvestJobRequest.withS3Destination(S3Destination s3Destination) |
HarvestJob |
HarvestJob.withS3Destination(S3Destination s3Destination) |
Copyright © 2020. All rights reserved.