| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
LifecycleTransitionReason |
LifecycleTransitionReason.clone() |
LifecycleTransitionReason |
StorageVirtualMachine.getLifecycleTransitionReason()
Describes why the SVM lifecycle state changed.
|
LifecycleTransitionReason |
Snapshot.getLifecycleTransitionReason() |
LifecycleTransitionReason |
Volume.getLifecycleTransitionReason()
The reason why the volume lifecycle status changed.
|
LifecycleTransitionReason |
LifecycleTransitionReason.withMessage(String message) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageVirtualMachine.setLifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason)
Describes why the SVM lifecycle state changed.
|
void |
Snapshot.setLifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason) |
void |
Volume.setLifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason)
The reason why the volume lifecycle status changed.
|
StorageVirtualMachine |
StorageVirtualMachine.withLifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason)
Describes why the SVM lifecycle state changed.
|
Snapshot |
Snapshot.withLifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason) |
Volume |
Volume.withLifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason)
The reason why the volume lifecycle status changed.
|
Copyright © 2022. All rights reserved.