Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ExportImageTask |
ExportImageTask.clone() |
ExportImageTask |
ExportImageTask.withDescription(String description)
A description of the image being exported.
|
ExportImageTask |
ExportImageTask.withExportImageTaskId(String exportImageTaskId)
The ID of the export image task.
|
ExportImageTask |
ExportImageTask.withImageId(String imageId)
The ID of the image.
|
ExportImageTask |
ExportImageTask.withProgress(String progress)
The percent complete of the export image task.
|
ExportImageTask |
ExportImageTask.withS3ExportLocation(ExportTaskS3Location s3ExportLocation)
Information about the destination Amazon S3 bucket.
|
ExportImageTask |
ExportImageTask.withStatus(String status)
The status of the export image task.
|
ExportImageTask |
ExportImageTask.withStatusMessage(String statusMessage)
The status message for the export image task.
|
ExportImageTask |
ExportImageTask.withTags(Collection<Tag> tags)
Any tags assigned to the export image task.
|
ExportImageTask |
ExportImageTask.withTags(Tag... tags)
Any tags assigned to the export image task.
|
Modifier and Type | Method and Description |
---|---|
List<ExportImageTask> |
DescribeExportImageTasksResult.getExportImageTasks()
Information about the export image tasks.
|
Modifier and Type | Method and Description |
---|---|
DescribeExportImageTasksResult |
DescribeExportImageTasksResult.withExportImageTasks(ExportImageTask... exportImageTasks)
Information about the export image tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeExportImageTasksResult.setExportImageTasks(Collection<ExportImageTask> exportImageTasks)
Information about the export image tasks.
|
DescribeExportImageTasksResult |
DescribeExportImageTasksResult.withExportImageTasks(Collection<ExportImageTask> exportImageTasks)
Information about the export image tasks.
|
Copyright © 2023. All rights reserved.