Uses of Class
software.amazon.awssdk.services.fsx.model.SnapshotLifecycle
-
Packages that use SnapshotLifecycle Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of SnapshotLifecycle in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return SnapshotLifecycle Modifier and Type Method Description static SnapshotLifecycleSnapshotLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SnapshotLifecycleDeleteSnapshotResponse. lifecycle()The lifecycle status of the snapshot.SnapshotLifecycleSnapshot. lifecycle()The lifecycle status of the snapshot.static SnapshotLifecycleSnapshotLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotLifecycle[]SnapshotLifecycle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type SnapshotLifecycle Modifier and Type Method Description static Set<SnapshotLifecycle>SnapshotLifecycle. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type SnapshotLifecycle Modifier and Type Method Description DeleteSnapshotResponse.BuilderDeleteSnapshotResponse.Builder. lifecycle(SnapshotLifecycle lifecycle)The lifecycle status of the snapshot.Snapshot.BuilderSnapshot.Builder. lifecycle(SnapshotLifecycle lifecycle)The lifecycle status of the snapshot.
-