| 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 |
CreateFileSystemFromBackupResult.getFileSystem()
A description of the file system.
|
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 |
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 an Amazon FSx
for Windows File Server file system.
|
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 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 gigabytes (GB).
|
FileSystem |
FileSystem.withSubnetIds(Collection<String> subnetIds)
The ID of the subnet to contain the endpoint for the file system.
|
FileSystem |
FileSystem.withSubnetIds(String... subnetIds)
The ID of the subnet to contain the endpoint for the file system.
|
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 |
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 |
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.
|
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.
|
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.
|
DescribeFileSystemsResult |
DescribeFileSystemsResult.withFileSystems(FileSystem... fileSystems)
An array of file system descriptions.
|
| 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 © 2019. All rights reserved.