Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SnapshotTaskDetail |
SnapshotTaskDetail.clone() |
SnapshotTaskDetail |
ImportSnapshotTask.getSnapshotTaskDetail()
Describes an import snapshot task.
|
SnapshotTaskDetail |
ImportSnapshotResult.getSnapshotTaskDetail()
Information about the import snapshot task.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withDescription(String description)
The description of the snapshot.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withDiskImageSize(Double diskImageSize)
The size of the disk in the snapshot, in GiB.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withFormat(String format)
The format of the disk image from which the snapshot is created.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withProgress(String progress)
The percentage of completion for the import snapshot task.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withSnapshotId(String snapshotId)
The snapshot ID of the disk being imported.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withStatus(String status)
A brief status for the import snapshot task.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withStatusMessage(String statusMessage)
A detailed status message for the import snapshot task.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withUrl(String url)
The URL of the disk image from which the snapshot is created.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportSnapshotTask.setSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Describes an import snapshot task.
|
void |
ImportSnapshotResult.setSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Information about the import snapshot task.
|
ImportSnapshotTask |
ImportSnapshotTask.withSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Describes an import snapshot task.
|
ImportSnapshotResult |
ImportSnapshotResult.withSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Information about the import snapshot task.
|
Copyright © 2016. All rights reserved.