Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private ExportTask |
CreateInstanceExportTaskResult.exportTask
Information about the instance export task.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ExportTask> |
DescribeExportTasksResult.exportTasks
Information about the export tasks.
|
Modifier and Type | Method and Description |
---|---|
ExportTask |
ExportTask.clone() |
ExportTask |
CreateInstanceExportTaskResult.getExportTask()
Information about the instance export task.
|
ExportTask |
ExportTask.withDescription(java.lang.String description)
A description of the resource being exported.
|
ExportTask |
ExportTask.withExportTaskId(java.lang.String exportTaskId)
The ID of the export task.
|
ExportTask |
ExportTask.withExportToS3Task(ExportToS3Task exportToS3Task)
Information about the export task.
|
ExportTask |
ExportTask.withInstanceExportDetails(InstanceExportDetails instanceExportDetails)
Information about the instance to export.
|
ExportTask |
ExportTask.withState(ExportTaskState state)
The state of the export task.
|
ExportTask |
ExportTask.withState(java.lang.String state)
The state of the export task.
|
ExportTask |
ExportTask.withStatusMessage(java.lang.String statusMessage)
The status message related to the export task.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ExportTask> |
DescribeExportTasksResult.getExportTasks()
Information about the export tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateInstanceExportTaskResult.setExportTask(ExportTask exportTask)
Information about the instance export task.
|
CreateInstanceExportTaskResult |
CreateInstanceExportTaskResult.withExportTask(ExportTask exportTask)
Information about the instance export task.
|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(ExportTask... exportTasks)
Information about the export tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeExportTasksResult.setExportTasks(java.util.Collection<ExportTask> exportTasks)
Information about the export tasks.
|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(java.util.Collection<ExportTask> exportTasks)
Information about the export tasks.
|
Modifier and Type | Method and Description |
---|---|
ExportTask |
ExportTaskStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |