Uses of Class
com.amazonaws.services.ec2.model.SnapshotDetail
Packages that use SnapshotDetail
-
Uses of SnapshotDetail in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SnapshotDetailModifier and TypeMethodDescriptionSnapshotDetail.clone()
SnapshotDetail.withDescription
(String description) A description for the snapshot.SnapshotDetail.withDeviceName
(String deviceName) The block device mapping for the snapshot.SnapshotDetail.withDiskImageSize
(Double diskImageSize) The size of the disk in the snapshot, in GiB.SnapshotDetail.withFormat
(String format) The format of the disk image from which the snapshot is created.SnapshotDetail.withProgress
(String progress) The percentage of progress for the task.SnapshotDetail.withSnapshotId
(String snapshotId) The snapshot ID of the disk being imported.SnapshotDetail.withStatus
(String status) A brief status of the snapshot creation.SnapshotDetail.withStatusMessage
(String statusMessage) A detailed status message for the snapshot creation.The URL used to access the disk image.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 SnapshotDetailModifier and TypeMethodDescriptionImportImageResult.getSnapshotDetails()
Information about the snapshots.ImportImageTask.getSnapshotDetails()
Information about the snapshots.Methods in com.amazonaws.services.ec2.model with parameters of type SnapshotDetailModifier and TypeMethodDescriptionImportImageResult.withSnapshotDetails
(SnapshotDetail... snapshotDetails) Information about the snapshots.ImportImageTask.withSnapshotDetails
(SnapshotDetail... snapshotDetails) Information about the snapshots.Method parameters in com.amazonaws.services.ec2.model with type arguments of type SnapshotDetailModifier and TypeMethodDescriptionvoid
ImportImageResult.setSnapshotDetails
(Collection<SnapshotDetail> snapshotDetails) Information about the snapshots.void
ImportImageTask.setSnapshotDetails
(Collection<SnapshotDetail> snapshotDetails) Information about the snapshots.ImportImageResult.withSnapshotDetails
(Collection<SnapshotDetail> snapshotDetails) Information about the snapshots.ImportImageTask.withSnapshotDetails
(Collection<SnapshotDetail> snapshotDetails) Information about the snapshots.