| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteVolumeOpenZFSConfiguration |
DeleteVolumeOpenZFSConfiguration.clone() |
DeleteVolumeOpenZFSConfiguration |
DeleteVolumeRequest.getOpenZFSConfiguration()
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
|
DeleteVolumeOpenZFSConfiguration |
DeleteVolumeOpenZFSConfiguration.withOptions(Collection<String> options)
To delete the volume's child volumes, snapshots, and clones, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. |
DeleteVolumeOpenZFSConfiguration |
DeleteVolumeOpenZFSConfiguration.withOptions(DeleteOpenZFSVolumeOption... options)
To delete the volume's child volumes, snapshots, and clones, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. |
DeleteVolumeOpenZFSConfiguration |
DeleteVolumeOpenZFSConfiguration.withOptions(String... options)
To delete the volume's child volumes, snapshots, and clones, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteVolumeRequest.setOpenZFSConfiguration(DeleteVolumeOpenZFSConfiguration openZFSConfiguration)
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
|
DeleteVolumeRequest |
DeleteVolumeRequest.withOpenZFSConfiguration(DeleteVolumeOpenZFSConfiguration openZFSConfiguration)
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
|
Copyright © 2025. All rights reserved.