Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SnapshotTaskDetail |
ImportSnapshotTask.snapshotTaskDetail
Describes an import snapshot task.
|
private SnapshotTaskDetail |
ImportSnapshotResult.snapshotTaskDetail
Information about the import snapshot task.
|
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(java.lang.String description)
The description of the snapshot.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withDiskImageSize(java.lang.Double diskImageSize)
The size of the disk in the snapshot, in GiB.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withFormat(java.lang.String format)
The format of the disk image from which the snapshot is created.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withProgress(java.lang.String progress)
The percentage of completion for the import snapshot task.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withSnapshotId(java.lang.String snapshotId)
The snapshot ID of the disk being imported.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withStatus(java.lang.String status)
A brief status for the import snapshot task.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withStatusMessage(java.lang.String statusMessage)
A detailed status message for the import snapshot task.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withUrl(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
SnapshotTaskDetail |
SnapshotTaskDetailStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |