Uses of Class
com.amazonaws.services.ec2.model.SnapshotTaskDetail
Packages that use SnapshotTaskDetail
-
Uses of SnapshotTaskDetail in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SnapshotTaskDetailModifier and TypeMethodDescriptionSnapshotTaskDetail.clone()
ImportSnapshotResult.getSnapshotTaskDetail()
Information about the import snapshot task.ImportSnapshotTask.getSnapshotTaskDetail()
Describes an import snapshot task.SnapshotTaskDetail.withDescription
(String description) The description of the snapshot.SnapshotTaskDetail.withDiskImageSize
(Double diskImageSize) The size of the disk in the snapshot, in GiB.SnapshotTaskDetail.withFormat
(String format) The format of the disk image from which the snapshot is created.SnapshotTaskDetail.withProgress
(String progress) The percentage of completion for the import snapshot task.SnapshotTaskDetail.withSnapshotId
(String snapshotId) The snapshot ID of the disk being imported.SnapshotTaskDetail.withStatus
(String status) A brief status for the import snapshot task.SnapshotTaskDetail.withStatusMessage
(String statusMessage) A detailed status message for the import snapshot task.The URL of the disk image from which the snapshot is created.SnapshotTaskDetail.withUserBucket
(UserBucketDetails userBucket) The S3 bucket for the disk image.Methods in com.amazonaws.services.ec2.model with parameters of type SnapshotTaskDetailModifier and TypeMethodDescriptionvoid
ImportSnapshotResult.setSnapshotTaskDetail
(SnapshotTaskDetail snapshotTaskDetail) Information about the import snapshot task.void
ImportSnapshotTask.setSnapshotTaskDetail
(SnapshotTaskDetail snapshotTaskDetail) Describes an import snapshot task.ImportSnapshotResult.withSnapshotTaskDetail
(SnapshotTaskDetail snapshotTaskDetail) Information about the import snapshot task.ImportSnapshotTask.withSnapshotTaskDetail
(SnapshotTaskDetail snapshotTaskDetail) Describes an import snapshot task.