Uses of Class
software.amazon.awssdk.services.ec2.model.FastSnapshotRestoreStateCode
-
Packages that use FastSnapshotRestoreStateCode Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of FastSnapshotRestoreStateCode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastSnapshotRestoreStateCode Modifier and Type Method Description static FastSnapshotRestoreStateCodeFastSnapshotRestoreStateCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FastSnapshotRestoreStateCodeDescribeFastSnapshotRestoreSuccessItem. state()The state of fast snapshot restores.FastSnapshotRestoreStateCodeDisableFastSnapshotRestoreSuccessItem. state()The state of fast snapshot restores for the snapshot.FastSnapshotRestoreStateCodeEnableFastSnapshotRestoreSuccessItem. state()The state of fast snapshot restores.static FastSnapshotRestoreStateCodeFastSnapshotRestoreStateCode. valueOf(String name)Returns the enum constant of this type with the specified name.static FastSnapshotRestoreStateCode[]FastSnapshotRestoreStateCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FastSnapshotRestoreStateCode Modifier and Type Method Description static Set<FastSnapshotRestoreStateCode>FastSnapshotRestoreStateCode. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type FastSnapshotRestoreStateCode Modifier and Type Method Description DescribeFastSnapshotRestoreSuccessItem.BuilderDescribeFastSnapshotRestoreSuccessItem.Builder. state(FastSnapshotRestoreStateCode state)The state of fast snapshot restores.DisableFastSnapshotRestoreSuccessItem.BuilderDisableFastSnapshotRestoreSuccessItem.Builder. state(FastSnapshotRestoreStateCode state)The state of fast snapshot restores for the snapshot.EnableFastSnapshotRestoreSuccessItem.BuilderEnableFastSnapshotRestoreSuccessItem.Builder. state(FastSnapshotRestoreStateCode state)The state of fast snapshot restores.
-