Uses of Class
software.amazon.awssdk.services.appintegrations.model.FileConfiguration
-
Packages that use FileConfiguration Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of FileConfiguration in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return FileConfiguration Modifier and Type Method Description FileConfigurationCreateDataIntegrationRequest. fileConfiguration()The configuration for what files should be pulled from the source.FileConfigurationCreateDataIntegrationResponse. fileConfiguration()The configuration for what files should be pulled from the source.FileConfigurationGetDataIntegrationResponse. fileConfiguration()The configuration for what files should be pulled from the source.Methods in software.amazon.awssdk.services.appintegrations.model with parameters of type FileConfiguration Modifier and Type Method Description CreateDataIntegrationRequest.BuilderCreateDataIntegrationRequest.Builder. fileConfiguration(FileConfiguration fileConfiguration)The configuration for what files should be pulled from the source.CreateDataIntegrationResponse.BuilderCreateDataIntegrationResponse.Builder. fileConfiguration(FileConfiguration fileConfiguration)The configuration for what files should be pulled from the source.GetDataIntegrationResponse.BuilderGetDataIntegrationResponse.Builder. fileConfiguration(FileConfiguration fileConfiguration)The configuration for what files should be pulled from the source.
-