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 SnapshotDetailSnapshotDetail. clone()SnapshotDetailSnapshotDetail. withDescription(String description)A description for the snapshot.SnapshotDetailSnapshotDetail. withDeviceName(String deviceName)The block device mapping for the snapshot.SnapshotDetailSnapshotDetail. withDiskImageSize(Double diskImageSize)The size of the disk in the snapshot, in GiB.SnapshotDetailSnapshotDetail. withFormat(String format)The format of the disk image from which the snapshot is created.SnapshotDetailSnapshotDetail. withProgress(String progress)The percentage of progress for the task.SnapshotDetailSnapshotDetail. withSnapshotId(String snapshotId)The snapshot ID of the disk being imported.SnapshotDetailSnapshotDetail. withStatus(String status)A brief status of the snapshot creation.SnapshotDetailSnapshotDetail. withStatusMessage(String statusMessage)A detailed status message for the snapshot creation.SnapshotDetailSnapshotDetail. withUrl(String url)The URL used to access the disk image.SnapshotDetailSnapshotDetail. 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 ImportImageResultImportImageResult. withSnapshotDetails(SnapshotDetail... snapshotDetails)Information about the snapshots.ImportImageTaskImportImageTask. 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 voidImportImageResult. setSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)Information about the snapshots.voidImportImageTask. setSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)Information about the snapshots.ImportImageResultImportImageResult. withSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)Information about the snapshots.ImportImageTaskImportImageTask. withSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)Information about the snapshots.
-