| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
FileSystem.clone() |
FileSystem |
CreateFileSystemFromBackupResult.getFileSystem()
A description of the file system.
|
FileSystem |
CreateFileSystemResult.getFileSystem()
The configuration of the file system that was created.
|
FileSystem |
Backup.getFileSystem()
Metadata of the file system associated with the backup.
|
FileSystem |
UpdateFileSystemResult.getFileSystem()
A description of the file system that was updated.
|
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, which can be
LUSTRE, WINDOWS, or ONTAP
. |
FileSystem |
FileSystem.withFileSystemType(String fileSystemType)
The type of Amazon FSx file system, which can be
LUSTRE, WINDOWS, or ONTAP
. |
FileSystem |
FileSystem.withFileSystemTypeVersion(String fileSystemTypeVersion)
The version of your Amazon FSx for Lustre file system, either
2.10 or 2.12. |
FileSystem |
FileSystem.withKmsKeyId(String kmsKeyId)
The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows
File Server file systems, Amazon FSx for NetApp ONTAP 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.withOntapConfiguration(OntapFileSystemConfiguration ontapConfiguration)
The configuration for this FSx for NetApp ONTAP file system.
|
FileSystem |
FileSystem.withOwnerId(String ownerId)
The Amazon Web Services 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 |
CreateFileSystemFromBackupResult.setFileSystem(FileSystem fileSystem)
A description of the file system.
|
void |
CreateFileSystemResult.setFileSystem(FileSystem fileSystem)
The configuration of the file system that was created.
|
void |
Backup.setFileSystem(FileSystem fileSystem)
Metadata of the file system associated with the backup.
|
void |
UpdateFileSystemResult.setFileSystem(FileSystem fileSystem)
A description of the file system that was updated.
|
void |
AdministrativeAction.setTargetFileSystemValues(FileSystem targetFileSystemValues)
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. |
CreateFileSystemFromBackupResult |
CreateFileSystemFromBackupResult.withFileSystem(FileSystem fileSystem)
A description of the file system.
|
CreateFileSystemResult |
CreateFileSystemResult.withFileSystem(FileSystem fileSystem)
The configuration of the file system that was created.
|
Backup |
Backup.withFileSystem(FileSystem fileSystem)
Metadata of the file system associated with the backup.
|
UpdateFileSystemResult |
UpdateFileSystemResult.withFileSystem(FileSystem fileSystem)
A description of the file system that was updated.
|
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.