Uses of Class
software.amazon.awssdk.services.fsx.model.DeleteFileSystemOpenZFSOption
-
Packages that use DeleteFileSystemOpenZFSOption Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DeleteFileSystemOpenZFSOption in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DeleteFileSystemOpenZFSOption Modifier and Type Method Description static DeleteFileSystemOpenZFSOptionDeleteFileSystemOpenZFSOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeleteFileSystemOpenZFSOptionDeleteFileSystemOpenZFSOption. valueOf(String name)Returns the enum constant of this type with the specified name.static DeleteFileSystemOpenZFSOption[]DeleteFileSystemOpenZFSOption. 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 DeleteFileSystemOpenZFSOption Modifier and Type Method Description static Set<DeleteFileSystemOpenZFSOption>DeleteFileSystemOpenZFSOption. knownValues()List<DeleteFileSystemOpenZFSOption>DeleteFileSystemOpenZFSConfiguration. options()To delete a file system if there are child volumes present below the root volume, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.Methods in software.amazon.awssdk.services.fsx.model with parameters of type DeleteFileSystemOpenZFSOption Modifier and Type Method Description DeleteFileSystemOpenZFSConfiguration.BuilderDeleteFileSystemOpenZFSConfiguration.Builder. options(DeleteFileSystemOpenZFSOption... options)To delete a file system if there are child volumes present below the root volume, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type DeleteFileSystemOpenZFSOption Modifier and Type Method Description DeleteFileSystemOpenZFSConfiguration.BuilderDeleteFileSystemOpenZFSConfiguration.Builder. options(Collection<DeleteFileSystemOpenZFSOption> options)To delete a file system if there are child volumes present below the root volume, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
-