Uses of Class
software.amazon.awssdk.services.dataexchange.model.AutoExportRevisionDestinationEntry
-
Packages that use AutoExportRevisionDestinationEntry Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of AutoExportRevisionDestinationEntry in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return AutoExportRevisionDestinationEntry Modifier and Type Method Description AutoExportRevisionDestinationEntryAutoExportRevisionToS3RequestDetails. revisionDestination()A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type AutoExportRevisionDestinationEntry Modifier and Type Method Description AutoExportRevisionToS3RequestDetails.BuilderAutoExportRevisionToS3RequestDetails.Builder. revisionDestination(AutoExportRevisionDestinationEntry revisionDestination)A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.
-