Uses of Enum
software.amazon.awssdk.services.ec2.model.SnapshotState
Packages that use SnapshotState
-
Uses of SnapshotState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SnapshotStateModifier and TypeMethodDescriptionstatic SnapshotStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SnapshotStateCreateSnapshotResponse.state()The snapshot state.final SnapshotStateRestoreSnapshotFromRecycleBinResponse.state()The state of the snapshot.final SnapshotStateSnapshot.state()The snapshot state.final SnapshotStateSnapshotInfo.state()Current state of the snapshot.final SnapshotStateSnapshotTierStatus.status()The state of the snapshot.static SnapshotStateReturns 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 SnapshotStateMethods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotStateModifier and TypeMethodDescriptionCreateSnapshotResponse.Builder.state(SnapshotState state) The snapshot state.RestoreSnapshotFromRecycleBinResponse.Builder.state(SnapshotState state) The state of the snapshot.Snapshot.Builder.state(SnapshotState state) The snapshot state.SnapshotInfo.Builder.state(SnapshotState state) Current state of the snapshot.SnapshotTierStatus.Builder.status(SnapshotState status) The state of the snapshot.