Uses of Class
software.amazon.awssdk.services.fsx.model.AutoImportPolicyType
-
Packages that use AutoImportPolicyType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of AutoImportPolicyType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return AutoImportPolicyType Modifier and Type Method Description AutoImportPolicyTypeCreateFileSystemLustreConfiguration. autoImportPolicy()(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.AutoImportPolicyTypeDataRepositoryConfiguration. autoImportPolicy()Describes the file system's linked S3 data repository'sAutoImportPolicy.AutoImportPolicyTypeUpdateFileSystemLustreConfiguration. autoImportPolicy()(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.static AutoImportPolicyTypeAutoImportPolicyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoImportPolicyTypeAutoImportPolicyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoImportPolicyType[]AutoImportPolicyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type AutoImportPolicyType Modifier and Type Method Description static Set<AutoImportPolicyType>AutoImportPolicyType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type AutoImportPolicyType Modifier and Type Method Description CreateFileSystemLustreConfiguration.BuilderCreateFileSystemLustreConfiguration.Builder. autoImportPolicy(AutoImportPolicyType autoImportPolicy)(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.DataRepositoryConfiguration.BuilderDataRepositoryConfiguration.Builder. autoImportPolicy(AutoImportPolicyType autoImportPolicy)Describes the file system's linked S3 data repository'sAutoImportPolicy.UpdateFileSystemLustreConfiguration.BuilderUpdateFileSystemLustreConfiguration.Builder. autoImportPolicy(AutoImportPolicyType autoImportPolicy)(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
-