Uses of Enum
software.amazon.awssdk.services.ec2.model.ConversionTaskState
Packages that use ConversionTaskState
-
Uses of ConversionTaskState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ConversionTaskStateModifier and TypeMethodDescriptionstatic ConversionTaskStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ConversionTaskStateConversionTask.state()The state of the conversion task.static ConversionTaskStateReturns the enum constant of this type with the specified name.static ConversionTaskState[]ConversionTaskState.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 ConversionTaskStateModifier and TypeMethodDescriptionstatic Set<ConversionTaskState>ConversionTaskState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type ConversionTaskStateModifier and TypeMethodDescriptionConversionTask.Builder.state(ConversionTaskState state) The state of the conversion task.