|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversionTask | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of ConversionTask in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return ConversionTask | |
---|---|
ConversionTask |
ImportVolumeResult.getConversionTask()
|
ConversionTask |
ImportInstanceResult.getConversionTask()
|
ConversionTask |
ConversionTask.withConversionTaskId(String conversionTaskId)
The ID of the conversion task. |
ConversionTask |
ConversionTask.withExpirationTime(String expirationTime)
The time when the task expires. |
ConversionTask |
ConversionTask.withImportInstance(ImportInstanceTaskDetails importInstance)
If the task is for importing an instance, this contains information about the import instance task. |
ConversionTask |
ConversionTask.withImportVolume(ImportVolumeTaskDetails importVolume)
If the task is for importing a volume, this contains information about the import volume task. |
ConversionTask |
ConversionTask.withState(ConversionTaskState state)
The state of the conversion task. |
ConversionTask |
ConversionTask.withState(String state)
The state of the conversion task. |
ConversionTask |
ConversionTask.withStatusMessage(String statusMessage)
The status message related to the conversion task. |
ConversionTask |
ConversionTask.withTags(Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together. |
ConversionTask |
ConversionTask.withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type ConversionTask | |
---|---|
List<ConversionTask> |
DescribeConversionTasksResult.getConversionTasks()
|
Methods in com.amazonaws.services.ec2.model with parameters of type ConversionTask | |
---|---|
void |
ImportVolumeResult.setConversionTask(ConversionTask conversionTask)
|
void |
ImportInstanceResult.setConversionTask(ConversionTask conversionTask)
|
ImportVolumeResult |
ImportVolumeResult.withConversionTask(ConversionTask conversionTask)
Returns a reference to this object so that method calls can be chained together. |
ImportInstanceResult |
ImportInstanceResult.withConversionTask(ConversionTask conversionTask)
Returns a reference to this object so that method calls can be chained together. |
DescribeConversionTasksResult |
DescribeConversionTasksResult.withConversionTasks(ConversionTask... conversionTasks)
Returns a reference to this object so that method calls can be chained together. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type ConversionTask | |
---|---|
void |
DescribeConversionTasksResult.setConversionTasks(Collection<ConversionTask> conversionTasks)
|
DescribeConversionTasksResult |
DescribeConversionTasksResult.withConversionTasks(Collection<ConversionTask> conversionTasks)
Returns a reference to this object so that method calls can be chained together. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |