Uses of Class
software.amazon.awssdk.services.fsx.model.FileSystemMaintenanceOperation
-
Packages that use FileSystemMaintenanceOperation Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileSystemMaintenanceOperation in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileSystemMaintenanceOperation Modifier and Type Method Description static FileSystemMaintenanceOperationFileSystemMaintenanceOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FileSystemMaintenanceOperationFileSystemMaintenanceOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static FileSystemMaintenanceOperation[]FileSystemMaintenanceOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type FileSystemMaintenanceOperation Modifier and Type Method Description static Set<FileSystemMaintenanceOperation>FileSystemMaintenanceOperation. knownValues()List<FileSystemMaintenanceOperation>WindowsFileSystemConfiguration. maintenanceOperationsInProgress()The list of maintenance operations in progress for this file system.Methods in software.amazon.awssdk.services.fsx.model with parameters of type FileSystemMaintenanceOperation Modifier and Type Method Description WindowsFileSystemConfiguration.BuilderWindowsFileSystemConfiguration.Builder. maintenanceOperationsInProgress(FileSystemMaintenanceOperation... maintenanceOperationsInProgress)The list of maintenance operations in progress for this file system.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type FileSystemMaintenanceOperation Modifier and Type Method Description WindowsFileSystemConfiguration.BuilderWindowsFileSystemConfiguration.Builder. maintenanceOperationsInProgress(Collection<FileSystemMaintenanceOperation> maintenanceOperationsInProgress)The list of maintenance operations in progress for this file system.
-