| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
ReleaseFileSystemNfsV3LocksResponse.fileSystem()
Returns the value of the FileSystem property for this object.
|
FileSystem |
UpdateFileSystemResponse.fileSystem()
A description of the file system that was updated.
|
FileSystem |
CreateFileSystemFromBackupResponse.fileSystem()
A description of the file system.
|
FileSystem |
Backup.fileSystem()
The metadata of the file system associated with the backup.
|
FileSystem |
CreateFileSystemResponse.fileSystem()
The configuration of the file system that was created.
|
FileSystem |
AdministrativeAction.targetFileSystemValues()
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. |
| Modifier and Type | Method and Description |
|---|---|
List<FileSystem> |
DescribeFileSystemsResponse.fileSystems()
An array of file system descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
ReleaseFileSystemNfsV3LocksResponse.Builder |
ReleaseFileSystemNfsV3LocksResponse.Builder.fileSystem(FileSystem fileSystem)
Sets the value of the FileSystem property for this object.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.fileSystem(FileSystem fileSystem)
A description of the file system that was updated.
|
CreateFileSystemFromBackupResponse.Builder |
CreateFileSystemFromBackupResponse.Builder.fileSystem(FileSystem fileSystem)
A description of the file system.
|
Backup.Builder |
Backup.Builder.fileSystem(FileSystem fileSystem)
The metadata of the file system associated with the backup.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.fileSystem(FileSystem fileSystem)
The configuration of the file system that was created.
|
DescribeFileSystemsResponse.Builder |
DescribeFileSystemsResponse.Builder.fileSystems(FileSystem... fileSystems)
An array of file system descriptions.
|
AdministrativeAction.Builder |
AdministrativeAction.Builder.targetFileSystemValues(FileSystem targetFileSystemValues)
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. |
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemsResponse.Builder |
DescribeFileSystemsResponse.Builder.fileSystems(Collection<FileSystem> fileSystems)
An array of file system descriptions.
|
Copyright © 2023. All rights reserved.