| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteFileSystemOpenZFSConfiguration |
DeleteFileSystemOpenZFSConfiguration.clone() |
DeleteFileSystemOpenZFSConfiguration |
DeleteFileSystemRequest.getOpenZFSConfiguration()
The configuration object for the OpenZFS file system used in the
DeleteFileSystem operation. |
DeleteFileSystemOpenZFSConfiguration |
DeleteFileSystemOpenZFSConfiguration.withFinalBackupTags(Collection<Tag> finalBackupTags)
A list of tags to apply to the file system's final backup.
|
DeleteFileSystemOpenZFSConfiguration |
DeleteFileSystemOpenZFSConfiguration.withFinalBackupTags(Tag... finalBackupTags)
A list of tags to apply to the file system's final backup.
|
DeleteFileSystemOpenZFSConfiguration |
DeleteFileSystemOpenZFSConfiguration.withOptions(Collection<String> options)
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. |
DeleteFileSystemOpenZFSConfiguration |
DeleteFileSystemOpenZFSConfiguration.withOptions(DeleteFileSystemOpenZFSOption... options)
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. |
DeleteFileSystemOpenZFSConfiguration |
DeleteFileSystemOpenZFSConfiguration.withOptions(String... options)
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. |
DeleteFileSystemOpenZFSConfiguration |
DeleteFileSystemOpenZFSConfiguration.withSkipFinalBackup(Boolean skipFinalBackup)
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the
DeleteFileSystem
operation is invoked. |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteFileSystemRequest.setOpenZFSConfiguration(DeleteFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration object for the OpenZFS file system used in the
DeleteFileSystem operation. |
DeleteFileSystemRequest |
DeleteFileSystemRequest.withOpenZFSConfiguration(DeleteFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration object for the OpenZFS file system used in the
DeleteFileSystem operation. |
Copyright © 2022. All rights reserved.