Uses of Class
software.amazon.awssdk.services.fsx.model.AutoImportPolicy
-
Packages that use AutoImportPolicy Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of AutoImportPolicy in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return AutoImportPolicy Modifier and Type Method Description AutoImportPolicyS3DataRepositoryConfiguration. autoImportPolicy()Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.Methods in software.amazon.awssdk.services.fsx.model with parameters of type AutoImportPolicy Modifier and Type Method Description S3DataRepositoryConfiguration.BuilderS3DataRepositoryConfiguration.Builder. autoImportPolicy(AutoImportPolicy autoImportPolicy)Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.
-