Uses of Interface
software.amazon.awssdk.services.fsx.model.DeleteVolumeOpenZFSConfiguration.Builder
-
Packages that use DeleteVolumeOpenZFSConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DeleteVolumeOpenZFSConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DeleteVolumeOpenZFSConfiguration.Builder Modifier and Type Method Description static DeleteVolumeOpenZFSConfiguration.BuilderDeleteVolumeOpenZFSConfiguration. builder()DeleteVolumeOpenZFSConfiguration.BuilderDeleteVolumeOpenZFSConfiguration.Builder. options(Collection<DeleteOpenZFSVolumeOption> options)To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.DeleteVolumeOpenZFSConfiguration.BuilderDeleteVolumeOpenZFSConfiguration.Builder. options(DeleteOpenZFSVolumeOption... options)To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.DeleteVolumeOpenZFSConfiguration.BuilderDeleteVolumeOpenZFSConfiguration.Builder. optionsWithStrings(String... options)To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.DeleteVolumeOpenZFSConfiguration.BuilderDeleteVolumeOpenZFSConfiguration.Builder. optionsWithStrings(Collection<String> options)To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.DeleteVolumeOpenZFSConfiguration.BuilderDeleteVolumeOpenZFSConfiguration. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type DeleteVolumeOpenZFSConfiguration.Builder Modifier and Type Method Description static Class<? extends DeleteVolumeOpenZFSConfiguration.Builder>DeleteVolumeOpenZFSConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type DeleteVolumeOpenZFSConfiguration.Builder Modifier and Type Method Description default DeleteVolumeRequest.BuilderDeleteVolumeRequest.Builder. openZFSConfiguration(Consumer<DeleteVolumeOpenZFSConfiguration.Builder> openZFSConfiguration)For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
-