Uses of Class
software.amazon.awssdk.services.fsx.model.FileSystem
-
Packages that use FileSystem Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileSystem in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileSystem Modifier and Type Method Description FileSystemBackup. fileSystem()The metadata of the file system associated with the backup.FileSystemCreateFileSystemFromBackupResponse. fileSystem()A description of the file system.FileSystemCreateFileSystemResponse. fileSystem()The configuration of the file system that was created.FileSystemReleaseFileSystemNfsV3LocksResponse. fileSystem()Returns the value of the FileSystem property for this object.FileSystemStartMisconfiguredStateRecoveryResponse. fileSystem()Returns the value of the FileSystem property for this object.FileSystemUpdateFileSystemResponse. fileSystem()A description of the file system that was updated.FileSystemAdministrativeAction. targetFileSystemValues()The target value for the administration action, provided in theUpdateFileSystemoperation.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type FileSystem Modifier and Type Method Description List<FileSystem>DescribeFileSystemsResponse. fileSystems()An array of file system descriptions.Methods in software.amazon.awssdk.services.fsx.model with parameters of type FileSystem Modifier and Type Method Description Backup.BuilderBackup.Builder. fileSystem(FileSystem fileSystem)The metadata of the file system associated with the backup.CreateFileSystemFromBackupResponse.BuilderCreateFileSystemFromBackupResponse.Builder. fileSystem(FileSystem fileSystem)A description of the file system.CreateFileSystemResponse.BuilderCreateFileSystemResponse.Builder. fileSystem(FileSystem fileSystem)The configuration of the file system that was created.ReleaseFileSystemNfsV3LocksResponse.BuilderReleaseFileSystemNfsV3LocksResponse.Builder. fileSystem(FileSystem fileSystem)Sets the value of the FileSystem property for this object.StartMisconfiguredStateRecoveryResponse.BuilderStartMisconfiguredStateRecoveryResponse.Builder. fileSystem(FileSystem fileSystem)Sets the value of the FileSystem property for this object.UpdateFileSystemResponse.BuilderUpdateFileSystemResponse.Builder. fileSystem(FileSystem fileSystem)A description of the file system that was updated.DescribeFileSystemsResponse.BuilderDescribeFileSystemsResponse.Builder. fileSystems(FileSystem... fileSystems)An array of file system descriptions.AdministrativeAction.BuilderAdministrativeAction.Builder. targetFileSystemValues(FileSystem targetFileSystemValues)The target value for the administration action, provided in theUpdateFileSystemoperation.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type FileSystem Modifier and Type Method Description DescribeFileSystemsResponse.BuilderDescribeFileSystemsResponse.Builder. fileSystems(Collection<FileSystem> fileSystems)An array of file system descriptions.
-