Uses of Class
com.amazonaws.services.ec2.model.SnapshotDiskContainer
Packages that use SnapshotDiskContainer
-
Uses of SnapshotDiskContainer in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SnapshotDiskContainerModifier and TypeMethodDescriptionSnapshotDiskContainer.clone()
ImportSnapshotRequest.getDiskContainer()
Information about the disk container.SnapshotDiskContainer.withDescription
(String description) The description of the disk image being imported.SnapshotDiskContainer.withFormat
(String format) The format of the disk image being imported.The URL to the Amazon S3-based disk image being imported.SnapshotDiskContainer.withUserBucket
(UserBucket userBucket) The S3 bucket for the disk image.Methods in com.amazonaws.services.ec2.model with parameters of type SnapshotDiskContainerModifier and TypeMethodDescriptionvoid
ImportSnapshotRequest.setDiskContainer
(SnapshotDiskContainer diskContainer) Information about the disk container.ImportSnapshotRequest.withDiskContainer
(SnapshotDiskContainer diskContainer) Information about the disk container.