| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
AutoImportPolicyType |
CreateFileSystemLustreConfiguration.autoImportPolicy()
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
|
AutoImportPolicyType |
UpdateFileSystemLustreConfiguration.autoImportPolicy()
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
|
AutoImportPolicyType |
DataRepositoryConfiguration.autoImportPolicy()
Describes the file system's linked S3 data repository's
AutoImportPolicy. |
static AutoImportPolicyType |
AutoImportPolicyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AutoImportPolicyType |
AutoImportPolicyType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AutoImportPolicyType> |
AutoImportPolicyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.autoImportPolicy(AutoImportPolicyType autoImportPolicy)
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
|
UpdateFileSystemLustreConfiguration.Builder |
UpdateFileSystemLustreConfiguration.Builder.autoImportPolicy(AutoImportPolicyType autoImportPolicy)
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
|
DataRepositoryConfiguration.Builder |
DataRepositoryConfiguration.Builder.autoImportPolicy(AutoImportPolicyType autoImportPolicy)
Describes the file system's linked S3 data repository's
AutoImportPolicy. |
Copyright © 2023. All rights reserved.