Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ExportTask |
ExportTask.clone() |
ExportTask |
CreateInstanceExportTaskResult.getExportTask()
Information about the export instance task.
|
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)
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(String state)
The state of the export task.
|
ExportTask |
ExportTask.withStatusMessage(String statusMessage)
The status message related to the export task.
|
ExportTask |
ExportTask.withTags(Collection<Tag> tags)
The tags for the export task.
|
ExportTask |
ExportTask.withTags(Tag... tags)
The tags for the export task.
|
Modifier and Type | Method and Description |
---|---|
List<ExportTask> |
DescribeExportTasksResult.getExportTasks()
Information about the export tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateInstanceExportTaskResult.setExportTask(ExportTask exportTask)
Information about the export instance task.
|
CreateInstanceExportTaskResult |
CreateInstanceExportTaskResult.withExportTask(ExportTask exportTask)
Information about the export instance task.
|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(ExportTask... exportTasks)
Information about the export tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeExportTasksResult.setExportTasks(Collection<ExportTask> exportTasks)
Information about the export tasks.
|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(Collection<ExportTask> exportTasks)
Information about the export tasks.
|
Copyright © 2021. All rights reserved.