| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteVolumeOntapConfiguration |
DeleteVolumeOntapConfiguration.clone() |
DeleteVolumeOntapConfiguration |
DeleteVolumeRequest.getOntapConfiguration()
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the
backup.
|
DeleteVolumeOntapConfiguration |
DeleteVolumeOntapConfiguration.withFinalBackupTags(Collection<Tag> finalBackupTags) |
DeleteVolumeOntapConfiguration |
DeleteVolumeOntapConfiguration.withFinalBackupTags(Tag... finalBackupTags)
NOTE: This method appends the values to the existing list (if any).
|
DeleteVolumeOntapConfiguration |
DeleteVolumeOntapConfiguration.withSkipFinalBackup(Boolean skipFinalBackup)
Set to true if you want to skip taking a final backup of the volume you are deleting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteVolumeRequest.setOntapConfiguration(DeleteVolumeOntapConfiguration ontapConfiguration)
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the
backup.
|
DeleteVolumeRequest |
DeleteVolumeRequest.withOntapConfiguration(DeleteVolumeOntapConfiguration ontapConfiguration)
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the
backup.
|
Copyright © 2021. All rights reserved.