Uses of Class
software.amazon.awssdk.services.fsx.model.AutoExportPolicy
-
Packages that use AutoExportPolicy Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of AutoExportPolicy in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return AutoExportPolicy Modifier and Type Method Description AutoExportPolicyNFSDataRepositoryConfiguration. autoExportPolicy()This parameter is not supported for Amazon File Cache.AutoExportPolicyS3DataRepositoryConfiguration. autoExportPolicy()Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.Methods in software.amazon.awssdk.services.fsx.model with parameters of type AutoExportPolicy Modifier and Type Method Description NFSDataRepositoryConfiguration.BuilderNFSDataRepositoryConfiguration.Builder. autoExportPolicy(AutoExportPolicy autoExportPolicy)This parameter is not supported for Amazon File Cache.S3DataRepositoryConfiguration.BuilderS3DataRepositoryConfiguration.Builder. autoExportPolicy(AutoExportPolicy autoExportPolicy)Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.
-