Uses of Class
software.amazon.awssdk.services.fsx.model.DeleteOpenZFSVolumeOption
-
Packages that use DeleteOpenZFSVolumeOption Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DeleteOpenZFSVolumeOption in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DeleteOpenZFSVolumeOption Modifier and Type Method Description static DeleteOpenZFSVolumeOptionDeleteOpenZFSVolumeOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeleteOpenZFSVolumeOptionDeleteOpenZFSVolumeOption. valueOf(String name)Returns the enum constant of this type with the specified name.static DeleteOpenZFSVolumeOption[]DeleteOpenZFSVolumeOption. 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 DeleteOpenZFSVolumeOption Modifier and Type Method Description static Set<DeleteOpenZFSVolumeOption>DeleteOpenZFSVolumeOption. knownValues()List<DeleteOpenZFSVolumeOption>DeleteVolumeOpenZFSConfiguration. options()To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.Methods in software.amazon.awssdk.services.fsx.model with parameters of type DeleteOpenZFSVolumeOption Modifier and Type Method Description DeleteVolumeOpenZFSConfiguration.BuilderDeleteVolumeOpenZFSConfiguration.Builder. options(DeleteOpenZFSVolumeOption... options)To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type DeleteOpenZFSVolumeOption Modifier and Type Method Description DeleteVolumeOpenZFSConfiguration.BuilderDeleteVolumeOpenZFSConfiguration.Builder. options(Collection<DeleteOpenZFSVolumeOption> options)To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
-