Uses of Class
software.amazon.awssdk.services.supplychain.model.DataIntegrationFlowS3Options
-
Packages that use DataIntegrationFlowS3Options Package Description software.amazon.awssdk.services.supplychain.model -
-
Uses of DataIntegrationFlowS3Options in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return DataIntegrationFlowS3Options Modifier and Type Method Description DataIntegrationFlowS3OptionsDataIntegrationFlowS3SourceConfiguration. options()The other options of the S3 DataIntegrationFlow source.DataIntegrationFlowS3OptionsDataIntegrationFlowS3TargetConfiguration. options()The S3 DataIntegrationFlow target options.Methods in software.amazon.awssdk.services.supplychain.model with parameters of type DataIntegrationFlowS3Options Modifier and Type Method Description DataIntegrationFlowS3SourceConfiguration.BuilderDataIntegrationFlowS3SourceConfiguration.Builder. options(DataIntegrationFlowS3Options options)The other options of the S3 DataIntegrationFlow source.DataIntegrationFlowS3TargetConfiguration.BuilderDataIntegrationFlowS3TargetConfiguration.Builder. options(DataIntegrationFlowS3Options options)The S3 DataIntegrationFlow target options.
-