Uses of Class
software.amazon.awssdk.services.fsx.model.LifecycleTransitionReason
-
Packages that use LifecycleTransitionReason Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of LifecycleTransitionReason in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return LifecycleTransitionReason Modifier and Type Method Description LifecycleTransitionReasonSnapshot. lifecycleTransitionReason()Returns the value of the LifecycleTransitionReason property for this object.LifecycleTransitionReasonStorageVirtualMachine. lifecycleTransitionReason()Describes why the SVM lifecycle state changed.LifecycleTransitionReasonVolume. lifecycleTransitionReason()The reason why the volume lifecycle status changed.Methods in software.amazon.awssdk.services.fsx.model with parameters of type LifecycleTransitionReason Modifier and Type Method Description Snapshot.BuilderSnapshot.Builder. lifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason)Sets the value of the LifecycleTransitionReason property for this object.StorageVirtualMachine.BuilderStorageVirtualMachine.Builder. lifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason)Describes why the SVM lifecycle state changed.Volume.BuilderVolume.Builder. lifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason)The reason why the volume lifecycle status changed.
-