| Package | Description | 
|---|---|
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
static ConversionTaskState | 
ConversionTaskState.fromValue(String value)
Use this in place of valueOf. 
 | 
static ConversionTaskState | 
ConversionTaskState.valueOf(String name)
Returns 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConversionTask.setState(ConversionTaskState state)
 The state of the conversion task. 
 | 
ConversionTask | 
ConversionTask.withState(ConversionTaskState state)
 The state of the conversion task. 
 | 
Copyright © 2017. All rights reserved.