| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
RevisionDestinationEntry |
RevisionDestinationEntry.clone() |
RevisionDestinationEntry |
RevisionDestinationEntry.withBucket(String bucket)
The Amazon S3 bucket that is the destination for the assets in the revision.
|
RevisionDestinationEntry |
RevisionDestinationEntry.withKeyPattern(String keyPattern)
A string representing the pattern for generated names of the individual assets in the revision.
|
RevisionDestinationEntry |
RevisionDestinationEntry.withRevisionId(String revisionId)
The unique identifier for the revision.
|
| Modifier and Type | Method and Description |
|---|---|
List<RevisionDestinationEntry> |
ExportRevisionsToS3RequestDetails.getRevisionDestinations()
The destination for the revision.
|
List<RevisionDestinationEntry> |
ExportRevisionsToS3ResponseDetails.getRevisionDestinations()
The destination in Amazon S3 where the revision is exported.
|
| Modifier and Type | Method and Description |
|---|---|
ExportRevisionsToS3RequestDetails |
ExportRevisionsToS3RequestDetails.withRevisionDestinations(RevisionDestinationEntry... revisionDestinations)
The destination for the revision.
|
ExportRevisionsToS3ResponseDetails |
ExportRevisionsToS3ResponseDetails.withRevisionDestinations(RevisionDestinationEntry... revisionDestinations)
The destination in Amazon S3 where the revision is exported.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportRevisionsToS3RequestDetails.setRevisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination for the revision.
|
void |
ExportRevisionsToS3ResponseDetails.setRevisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination in Amazon S3 where the revision is exported.
|
ExportRevisionsToS3RequestDetails |
ExportRevisionsToS3RequestDetails.withRevisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination for the revision.
|
ExportRevisionsToS3ResponseDetails |
ExportRevisionsToS3ResponseDetails.withRevisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination in Amazon S3 where the revision is exported.
|
Copyright © 2023. All rights reserved.