| 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 administrative action. |
AdministrativeAction |
AdministrativeAction.withRequestTime(Date requestTime)
The time that the administrative action request was received.
|
AdministrativeAction |
AdministrativeAction.withStatus(Status status)
Describes the status of the administrative action, as follows:
|
AdministrativeAction |
AdministrativeAction.withStatus(String status)
Describes the status of the administrative action, as follows:
|
AdministrativeAction |
AdministrativeAction.withTargetFileSystemValues(FileSystem targetFileSystemValues)
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. |
AdministrativeAction |
AdministrativeAction.withTargetSnapshotValues(Snapshot targetSnapshotValues) |
AdministrativeAction |
AdministrativeAction.withTargetVolumeValues(Volume targetVolumeValues) |
| 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> |
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.
|
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 |
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.
|
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 © 2023. All rights reserved.