Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SnapshotDetail |
SnapshotDetail.clone() |
SnapshotDetail |
SnapshotDetail.withDescription(String description)
A description for the snapshot.
|
SnapshotDetail |
SnapshotDetail.withDeviceName(String deviceName)
The block device mapping for the snapshot.
|
SnapshotDetail |
SnapshotDetail.withDiskImageSize(Double diskImageSize)
The size of the disk in the snapshot, in GiB.
|
SnapshotDetail |
SnapshotDetail.withFormat(String format)
The format of the disk image from which the snapshot is created.
|
SnapshotDetail |
SnapshotDetail.withProgress(String progress)
The percentage of progress for the task.
|
SnapshotDetail |
SnapshotDetail.withSnapshotId(String snapshotId)
The snapshot ID of the disk being imported.
|
SnapshotDetail |
SnapshotDetail.withStatus(String status)
A brief status of the snapshot creation.
|
SnapshotDetail |
SnapshotDetail.withStatusMessage(String statusMessage)
A detailed status message for the snapshot creation.
|
SnapshotDetail |
SnapshotDetail.withUrl(String url)
The URL used to access the disk image.
|
SnapshotDetail |
SnapshotDetail.withUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.
|
Modifier and Type | Method and Description |
---|---|
List<SnapshotDetail> |
ImportImageResult.getSnapshotDetails()
Information about the snapshots.
|
List<SnapshotDetail> |
ImportImageTask.getSnapshotDetails()
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
ImportImageResult |
ImportImageResult.withSnapshotDetails(SnapshotDetail... snapshotDetails)
Information about the snapshots.
|
ImportImageTask |
ImportImageTask.withSnapshotDetails(SnapshotDetail... snapshotDetails)
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportImageResult.setSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)
Information about the snapshots.
|
void |
ImportImageTask.setSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)
Information about the snapshots.
|
ImportImageResult |
ImportImageResult.withSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)
Information about the snapshots.
|
ImportImageTask |
ImportImageTask.withSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)
Information about the snapshots.
|
Copyright © 2018. All rights reserved.