Uses of Class
com.amazonaws.services.ec2.model.SnapshotDetail
-
Packages that use SnapshotDetail Package Description com.amazonaws.services.ec2.model -
-
Uses of SnapshotDetail in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SnapshotDetail Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type SnapshotDetail Modifier and Type Method Description List<SnapshotDetail>
ImportImageResult. getSnapshotDetails()
Information about the snapshots.List<SnapshotDetail>
ImportImageTask. getSnapshotDetails()
Information about the snapshots.Methods in com.amazonaws.services.ec2.model with parameters of type SnapshotDetail Modifier and Type Method Description ImportImageResult
ImportImageResult. withSnapshotDetails(SnapshotDetail... snapshotDetails)
Information about the snapshots.ImportImageTask
ImportImageTask. withSnapshotDetails(SnapshotDetail... snapshotDetails)
Information about the snapshots.Method parameters in com.amazonaws.services.ec2.model with type arguments of type SnapshotDetail Modifier and Type Method 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.
-