| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
FileSystem.clone() |
FileSystem |
Backup.getFileSystem()
Metadata of the file system associated with the backup.
|
FileSystem |
CreateFileSystemResult.getFileSystem()
The configuration of the file system that was created.
|
FileSystem |
UpdateFileSystemResult.getFileSystem()
A description of the file system that was updated.
|
FileSystem |
CreateFileSystemFromBackupResult.getFileSystem()
A description of the file system.
|
FileSystem |
AdministrativeAction.getTargetFileSystemValues()
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. |
FileSystem |
FileSystem.withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
FileSystem |
FileSystem.withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
FileSystem |
FileSystem.withCreationTime(Date creationTime)
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
|
FileSystem |
FileSystem.withDNSName(String dNSName)
The DNS name for the file system.
|
FileSystem |
FileSystem.withFailureDetails(FileSystemFailureDetails failureDetails) |
FileSystem |
FileSystem.withFileSystemId(String fileSystemId)
The system-generated, unique 17-digit ID of the file system.
|
FileSystem |
FileSystem.withFileSystemType(FileSystemType fileSystemType)
The type of Amazon FSx file system, either
LUSTRE or WINDOWS. |
FileSystem |
FileSystem.withFileSystemType(String fileSystemType)
The type of Amazon FSx file system, either
LUSTRE or WINDOWS. |
FileSystem |
FileSystem.withKmsKeyId(String kmsKeyId)
The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the file system's data for Amazon FSx for
Windows File Server file systems and persistent Amazon FSx for Lustre file systems at rest.
|
FileSystem |
FileSystem.withLifecycle(FileSystemLifecycle lifecycle)
The lifecycle status of the file system, following are the possible values and what they mean:
|
FileSystem |
FileSystem.withLifecycle(String lifecycle)
The lifecycle status of the file system, following are the possible values and what they mean:
|
FileSystem |
FileSystem.withLustreConfiguration(LustreFileSystemConfiguration lustreConfiguration) |
FileSystem |
FileSystem.withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the elastic network interface from which a specific file system is accessible.
|
FileSystem |
FileSystem.withNetworkInterfaceIds(String... networkInterfaceIds)
The IDs of the elastic network interface from which a specific file system is accessible.
|
FileSystem |
FileSystem.withOwnerId(String ownerId)
The AWS account that created the file system.
|
FileSystem |
FileSystem.withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) for the file system resource.
|
FileSystem |
FileSystem.withStorageCapacity(Integer storageCapacity)
The storage capacity of the file system in gibibytes (GiB).
|
FileSystem |
FileSystem.withStorageType(StorageType storageType)
The storage type of the file system.
|
FileSystem |
FileSystem.withStorageType(String storageType)
The storage type of the file system.
|
FileSystem |
FileSystem.withSubnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system is accessible from.
|
FileSystem |
FileSystem.withSubnetIds(String... subnetIds)
Specifies the IDs of the subnets that the file system is accessible from.
|
FileSystem |
FileSystem.withTags(Collection<Tag> tags)
The tags to associate with the file system.
|
FileSystem |
FileSystem.withTags(Tag... tags)
The tags to associate with the file system.
|
FileSystem |
FileSystem.withVpcId(String vpcId)
The ID of the primary VPC for the file system.
|
FileSystem |
FileSystem.withWindowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileSystem> |
DescribeFileSystemsResult.getFileSystems()
An array of file system descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Backup.setFileSystem(FileSystem fileSystem)
Metadata of the file system associated with the backup.
|
void |
CreateFileSystemResult.setFileSystem(FileSystem fileSystem)
The configuration of the file system that was created.
|
void |
UpdateFileSystemResult.setFileSystem(FileSystem fileSystem)
A description of the file system that was updated.
|
void |
CreateFileSystemFromBackupResult.setFileSystem(FileSystem fileSystem)
A description of the file system.
|
void |
AdministrativeAction.setTargetFileSystemValues(FileSystem targetFileSystemValues)
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. |
Backup |
Backup.withFileSystem(FileSystem fileSystem)
Metadata of the file system associated with the backup.
|
CreateFileSystemResult |
CreateFileSystemResult.withFileSystem(FileSystem fileSystem)
The configuration of the file system that was created.
|
UpdateFileSystemResult |
UpdateFileSystemResult.withFileSystem(FileSystem fileSystem)
A description of the file system that was updated.
|
CreateFileSystemFromBackupResult |
CreateFileSystemFromBackupResult.withFileSystem(FileSystem fileSystem)
A description of the file system.
|
DescribeFileSystemsResult |
DescribeFileSystemsResult.withFileSystems(FileSystem... fileSystems)
An array of file system descriptions.
|
AdministrativeAction |
AdministrativeAction.withTargetFileSystemValues(FileSystem targetFileSystemValues)
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFileSystemsResult.setFileSystems(Collection<FileSystem> fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResult |
DescribeFileSystemsResult.withFileSystems(Collection<FileSystem> fileSystems)
An array of file system descriptions.
|
Copyright © 2021. All rights reserved.