| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static DeleteVolumeOpenZFSConfiguration.Builder |
DeleteVolumeOpenZFSConfiguration.builder() |
DeleteVolumeOpenZFSConfiguration.Builder |
DeleteVolumeOpenZFSConfiguration.Builder.options(Collection<DeleteOpenZFSVolumeOption> options)
To delete the volume's child volumes, snapshots, and clones, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. |
DeleteVolumeOpenZFSConfiguration.Builder |
DeleteVolumeOpenZFSConfiguration.Builder.options(DeleteOpenZFSVolumeOption... options)
To delete the volume's child volumes, snapshots, and clones, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. |
DeleteVolumeOpenZFSConfiguration.Builder |
DeleteVolumeOpenZFSConfiguration.Builder.optionsWithStrings(Collection<String> options)
To delete the volume's child volumes, snapshots, and clones, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. |
DeleteVolumeOpenZFSConfiguration.Builder |
DeleteVolumeOpenZFSConfiguration.Builder.optionsWithStrings(String... options)
To delete the volume's child volumes, snapshots, and clones, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. |
DeleteVolumeOpenZFSConfiguration.Builder |
DeleteVolumeOpenZFSConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteVolumeOpenZFSConfiguration.Builder> |
DeleteVolumeOpenZFSConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteVolumeRequest.Builder |
DeleteVolumeRequest.Builder.openZFSConfiguration(Consumer<DeleteVolumeOpenZFSConfiguration.Builder> openZFSConfiguration)
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
|
Copyright © 2023. All rights reserved.