|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExportTask | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of ExportTask in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return ExportTask | |
---|---|
ExportTask |
CreateInstanceExportTaskResult.getExportTask()
|
ExportTask |
ExportTask.withDescription(String description)
A description of the resource being exported. |
ExportTask |
ExportTask.withExportTaskId(String exportTaskId)
The ID of the export task. |
ExportTask |
ExportTask.withExportToS3Task(ExportToS3Task exportToS3Task)
Returns a reference to this object so that method calls can be chained together. |
ExportTask |
ExportTask.withInstanceExportDetails(InstanceExportDetails instanceExportDetails)
The instance being exported. |
ExportTask |
ExportTask.withState(ExportTaskState state)
The state of the conversion task. |
ExportTask |
ExportTask.withState(String state)
The state of the conversion task. |
ExportTask |
ExportTask.withStatusMessage(String statusMessage)
The status message related to the export task. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type ExportTask | |
---|---|
List<ExportTask> |
DescribeExportTasksResult.getExportTasks()
|
Methods in com.amazonaws.services.ec2.model with parameters of type ExportTask | |
---|---|
void |
CreateInstanceExportTaskResult.setExportTask(ExportTask exportTask)
|
CreateInstanceExportTaskResult |
CreateInstanceExportTaskResult.withExportTask(ExportTask exportTask)
Returns a reference to this object so that method calls can be chained together. |
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(ExportTask... exportTasks)
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 ExportTask | |
---|---|
void |
DescribeExportTasksResult.setExportTasks(Collection<ExportTask> exportTasks)
|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(Collection<ExportTask> exportTasks)
Returns a reference to this object so that method calls can be chained together. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |