| Package | Description |
|---|---|
| com.amazonaws.services.fsx |
Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use
shared file storage.
|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.clone() |
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withBackupId(String backupId) |
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withClientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withFileSystemTypeVersion(String fileSystemTypeVersion)
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withKmsKeyId(String kmsKeyId) |
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)
The OpenZFS configuration for the file system that's being created.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withSecurityGroupIds(String... securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withStorageCapacity(Integer storageCapacity)
Sets the storage capacity of the OpenZFS file system that you're creating from a backup, in gibibytes (GiB).
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withStorageType(StorageType storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withStorageType(String storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withSubnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withSubnetIds(String... subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withTags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withTags(Tag... tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withWindowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
Copyright © 2025. All rights reserved.