| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
FileSystem.clone() |
FileSystem |
UpdateFileSystemResult.getFileSystem()
A description of the file system that was updated.
|
FileSystem |
ReleaseFileSystemNfsV3LocksResult.getFileSystem() |
FileSystem |
CreateFileSystemFromBackupResult.getFileSystem()
A description of the file system.
|
FileSystem |
CreateFileSystemResult.getFileSystem()
The configuration of the file system that was created.
|
FileSystem |
Backup.getFileSystem()
The metadata of the file system associated with the backup.
|
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 Domain Name System (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, ONTAP,
or OPENZFS. |
FileSystem |
FileSystem.withFileSystemType(String fileSystemType)
The type of Amazon FSx file system, which can be
LUSTRE, WINDOWS, ONTAP,
or OPENZFS. |
FileSystem |
FileSystem.withFileSystemTypeVersion(String fileSystemTypeVersion)
The Lustre version of the Amazon FSx for Lustre file system, which is
2.10, 2.12, or
2.15. |
FileSystem |
FileSystem.withKmsKeyId(String kmsKeyId)
The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data.
|
FileSystem |
FileSystem.withLifecycle(FileSystemLifecycle lifecycle)
The lifecycle status of the file system.
|
FileSystem |
FileSystem.withLifecycle(String lifecycle)
The lifecycle status of the file system.
|
FileSystem |
FileSystem.withLustreConfiguration(LustreFileSystemConfiguration lustreConfiguration) |
FileSystem |
FileSystem.withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the elastic network interfaces from which a specific file system is accessible.
|
FileSystem |
FileSystem.withNetworkInterfaceIds(String... networkInterfaceIds)
The IDs of the elastic network interfaces from which a specific file system is accessible.
|
FileSystem |
FileSystem.withOntapConfiguration(OntapFileSystemConfiguration ontapConfiguration)
The configuration for this Amazon FSx for NetApp ONTAP file system.
|
FileSystem |
FileSystem.withOpenZFSConfiguration(OpenZFSFileSystemConfiguration openZFSConfiguration)
The configuration for this Amazon FSx for OpenZFS 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) of 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 type of storage the file system is using.
|
FileSystem |
FileSystem.withStorageType(String storageType)
The type of storage the file system is using.
|
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 virtual private cloud (VPC) for the file system.
|
FileSystem |
FileSystem.withWindowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Amazon FSx for Windows File Server 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 |
UpdateFileSystemResult.setFileSystem(FileSystem fileSystem)
A description of the file system that was updated.
|
void |
ReleaseFileSystemNfsV3LocksResult.setFileSystem(FileSystem fileSystem) |
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)
The metadata of the file system associated with the backup.
|
void |
AdministrativeAction.setTargetFileSystemValues(FileSystem targetFileSystemValues)
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. |
UpdateFileSystemResult |
UpdateFileSystemResult.withFileSystem(FileSystem fileSystem)
A description of the file system that was updated.
|
ReleaseFileSystemNfsV3LocksResult |
ReleaseFileSystemNfsV3LocksResult.withFileSystem(FileSystem fileSystem) |
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)
The metadata of the file system associated with the backup.
|
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 © 2023. All rights reserved.