Uses of Class
com.amazonaws.services.ec2.model.ImageDiskContainer
Packages that use ImageDiskContainer
-
Uses of ImageDiskContainer in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImageDiskContainerModifier and TypeMethodDescriptionImageDiskContainer.clone()
ImageDiskContainer.withDescription
(String description) The description of the disk image.ImageDiskContainer.withDeviceName
(String deviceName) The block device mapping for the disk.ImageDiskContainer.withFormat
(String format) The format of the disk image being imported.ImageDiskContainer.withSnapshotId
(String snapshotId) The ID of the EBS snapshot to be used for importing the snapshot.The URL to the Amazon S3-based disk image being imported.ImageDiskContainer.withUserBucket
(UserBucket userBucket) The S3 bucket for the disk image.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ImageDiskContainerModifier and TypeMethodDescriptionImportImageRequest.getDiskContainers()
Information about the disk containers.Methods in com.amazonaws.services.ec2.model with parameters of type ImageDiskContainerModifier and TypeMethodDescriptionImportImageRequest.withDiskContainers
(ImageDiskContainer... diskContainers) Information about the disk containers.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ImageDiskContainerModifier and TypeMethodDescriptionvoid
ImportImageRequest.setDiskContainers
(Collection<ImageDiskContainer> diskContainers) Information about the disk containers.ImportImageRequest.withDiskContainers
(Collection<ImageDiskContainer> diskContainers) Information about the disk containers.