Uses of Enum
software.amazon.awssdk.services.ec2.model.FastSnapshotRestoreStateCode
Packages that use FastSnapshotRestoreStateCode
-
Uses of FastSnapshotRestoreStateCode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastSnapshotRestoreStateCodeModifier and TypeMethodDescriptionstatic FastSnapshotRestoreStateCodeUse this in place of valueOf to convert the raw string returned by the service into the enum value.DescribeFastSnapshotRestoreSuccessItem.state()The state of fast snapshot restores.DisableFastSnapshotRestoreSuccessItem.state()The state of fast snapshot restores for the snapshot.EnableFastSnapshotRestoreSuccessItem.state()The state of fast snapshot restores.static FastSnapshotRestoreStateCodeReturns 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 FastSnapshotRestoreStateCodeModifier and TypeMethodDescriptionstatic Set<FastSnapshotRestoreStateCode>FastSnapshotRestoreStateCode.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type FastSnapshotRestoreStateCodeModifier and TypeMethodDescriptionDescribeFastSnapshotRestoreSuccessItem.Builder.state(FastSnapshotRestoreStateCode state) The state of fast snapshot restores.DisableFastSnapshotRestoreSuccessItem.Builder.state(FastSnapshotRestoreStateCode state) The state of fast snapshot restores for the snapshot.EnableFastSnapshotRestoreSuccessItem.Builder.state(FastSnapshotRestoreStateCode state) The state of fast snapshot restores.