| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
AdministrativeAction |
AdministrativeAction.clone() |
AdministrativeAction |
AdministrativeAction.withAdministrativeActionType(AdministrativeActionType administrativeActionType) |
AdministrativeAction |
AdministrativeAction.withAdministrativeActionType(String administrativeActionType) |
AdministrativeAction |
AdministrativeAction.withFailureDetails(AdministrativeActionFailureDetails failureDetails) |
AdministrativeAction |
AdministrativeAction.withProgressPercent(Integer progressPercent)
The percentage-complete status of a
STORAGE_OPTIMIZATION or DOWNLOAD_DATA_FROM_BACKUP
administrative action. |
AdministrativeAction |
AdministrativeAction.withRemainingTransferBytes(Long remainingTransferBytes)
The remaining bytes to transfer for the FSx for OpenZFS snapshot that you're copying.
|
AdministrativeAction |
AdministrativeAction.withRequestTime(Date requestTime)
The time that the administrative action request was received.
|
AdministrativeAction |
AdministrativeAction.withStatus(Status status)
The status of the administrative action, as follows:
|
AdministrativeAction |
AdministrativeAction.withStatus(String status)
The status of the administrative action, as follows:
|
AdministrativeAction |
AdministrativeAction.withTargetFileSystemValues(FileSystem targetFileSystemValues)
The target value for the administration action, provided in the
UpdateFileSystem operation. |
AdministrativeAction |
AdministrativeAction.withTargetSnapshotValues(Snapshot targetSnapshotValues) |
AdministrativeAction |
AdministrativeAction.withTargetVolumeValues(Volume targetVolumeValues) |
AdministrativeAction |
AdministrativeAction.withTotalTransferBytes(Long totalTransferBytes)
The number of bytes that have transferred for the FSx for OpenZFS snapshot that you're copying.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdministrativeAction> |
RestoreVolumeFromSnapshotResult.getAdministrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed.
|
List<AdministrativeAction> |
CopySnapshotAndUpdateVolumeResult.getAdministrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed.
|
List<AdministrativeAction> |
Snapshot.getAdministrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed.
|
List<AdministrativeAction> |
FileSystem.getAdministrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed.
|
List<AdministrativeAction> |
Volume.getAdministrativeActions()
A list of administrative actions for the volume that are in process or waiting to be processed.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreVolumeFromSnapshotResult |
RestoreVolumeFromSnapshotResult.withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
CopySnapshotAndUpdateVolumeResult |
CopySnapshotAndUpdateVolumeResult.withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Snapshot |
Snapshot.withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
FileSystem |
FileSystem.withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Volume |
Volume.withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the volume that are in process or waiting to be processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreVolumeFromSnapshotResult.setAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
void |
CopySnapshotAndUpdateVolumeResult.setAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
void |
Snapshot.setAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
void |
FileSystem.setAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
void |
Volume.setAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the volume that are in process or waiting to be processed.
|
RestoreVolumeFromSnapshotResult |
RestoreVolumeFromSnapshotResult.withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
CopySnapshotAndUpdateVolumeResult |
CopySnapshotAndUpdateVolumeResult.withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Snapshot |
Snapshot.withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
FileSystem |
FileSystem.withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Volume |
Volume.withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the volume that are in process or waiting to be processed.
|
Copyright © 2025. All rights reserved.