Uses of Class
software.amazon.awssdk.services.fsx.model.VolumeLifecycle
-
Packages that use VolumeLifecycle Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of VolumeLifecycle in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return VolumeLifecycle Modifier and Type Method Description static VolumeLifecycleVolumeLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VolumeLifecycleCopySnapshotAndUpdateVolumeResponse. lifecycle()The lifecycle state of the destination volume.VolumeLifecycleDeleteVolumeResponse. lifecycle()The lifecycle state of the volume being deleted.VolumeLifecycleRestoreVolumeFromSnapshotResponse. lifecycle()The lifecycle state of the volume being restored.VolumeLifecycleVolume. lifecycle()The lifecycle status of the volume.static VolumeLifecycleVolumeLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static VolumeLifecycle[]VolumeLifecycle. 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 VolumeLifecycle Modifier and Type Method Description static Set<VolumeLifecycle>VolumeLifecycle. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type VolumeLifecycle Modifier and Type Method Description CopySnapshotAndUpdateVolumeResponse.BuilderCopySnapshotAndUpdateVolumeResponse.Builder. lifecycle(VolumeLifecycle lifecycle)The lifecycle state of the destination volume.DeleteVolumeResponse.BuilderDeleteVolumeResponse.Builder. lifecycle(VolumeLifecycle lifecycle)The lifecycle state of the volume being deleted.RestoreVolumeFromSnapshotResponse.BuilderRestoreVolumeFromSnapshotResponse.Builder. lifecycle(VolumeLifecycle lifecycle)The lifecycle state of the volume being restored.Volume.BuilderVolume.Builder. lifecycle(VolumeLifecycle lifecycle)The lifecycle status of the volume.
-