Uses of Class
software.amazon.awssdk.services.ec2.model.SnapshotState
-
Packages that use SnapshotState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SnapshotState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SnapshotState Modifier and Type Method Description static SnapshotStateSnapshotState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SnapshotStateCreateSnapshotResponse. state()The snapshot state.SnapshotStateRestoreSnapshotFromRecycleBinResponse. state()The state of the snapshot.SnapshotStateSnapshot. state()The snapshot state.SnapshotStateSnapshotInfo. state()Current state of the snapshot.SnapshotStateSnapshotTierStatus. status()The state of the snapshot.static SnapshotStateSnapshotState. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotState[]SnapshotState. 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 SnapshotState Modifier and Type Method Description static Set<SnapshotState>SnapshotState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotState Modifier and Type Method Description CreateSnapshotResponse.BuilderCreateSnapshotResponse.Builder. state(SnapshotState state)The snapshot state.RestoreSnapshotFromRecycleBinResponse.BuilderRestoreSnapshotFromRecycleBinResponse.Builder. state(SnapshotState state)The state of the snapshot.Snapshot.BuilderSnapshot.Builder. state(SnapshotState state)The snapshot state.SnapshotInfo.BuilderSnapshotInfo.Builder. state(SnapshotState state)Current state of the snapshot.SnapshotTierStatus.BuilderSnapshotTierStatus.Builder. status(SnapshotState status)The state of the snapshot.
-