| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
List<RevisionDestinationEntry> |
ExportRevisionsToS3RequestDetails.revisionDestinations()
The destination for the revision.
|
List<RevisionDestinationEntry> |
ExportRevisionsToS3ResponseDetails.revisionDestinations()
The destination in Amazon S3 where the revision is exported.
|
| Modifier and Type | Method and Description |
|---|---|
ExportRevisionsToS3RequestDetails.Builder |
ExportRevisionsToS3RequestDetails.Builder.revisionDestinations(RevisionDestinationEntry... revisionDestinations)
The destination for the revision.
|
ExportRevisionsToS3ResponseDetails.Builder |
ExportRevisionsToS3ResponseDetails.Builder.revisionDestinations(RevisionDestinationEntry... revisionDestinations)
The destination in Amazon S3 where the revision is exported.
|
| Modifier and Type | Method and Description |
|---|---|
ExportRevisionsToS3RequestDetails.Builder |
ExportRevisionsToS3RequestDetails.Builder.revisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination for the revision.
|
ExportRevisionsToS3ResponseDetails.Builder |
ExportRevisionsToS3ResponseDetails.Builder.revisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination in Amazon S3 where the revision is exported.
|
Copyright © 2023. All rights reserved.