Uses of Class
com.amazonaws.services.ec2.model.ImageDiskContainer
-
Packages that use ImageDiskContainer Package Description com.amazonaws.services.ec2.model -
-
Uses of ImageDiskContainer in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImageDiskContainer Modifier and Type Method Description ImageDiskContainer
ImageDiskContainer. clone()
ImageDiskContainer
ImageDiskContainer. withDescription(String description)
The description of the disk image.ImageDiskContainer
ImageDiskContainer. withDeviceName(String deviceName)
The block device mapping for the disk.ImageDiskContainer
ImageDiskContainer. withFormat(String format)
The format of the disk image being imported.ImageDiskContainer
ImageDiskContainer. withSnapshotId(String snapshotId)
The ID of the EBS snapshot to be used for importing the snapshot.ImageDiskContainer
ImageDiskContainer. withUrl(String url)
The URL to the Amazon S3-based disk image being imported.ImageDiskContainer
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 ImageDiskContainer Modifier and Type Method Description List<ImageDiskContainer>
ImportImageRequest. getDiskContainers()
Information about the disk containers.Methods in com.amazonaws.services.ec2.model with parameters of type ImageDiskContainer Modifier and Type Method Description ImportImageRequest
ImportImageRequest. withDiskContainers(ImageDiskContainer... diskContainers)
Information about the disk containers.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ImageDiskContainer Modifier and Type Method Description void
ImportImageRequest. setDiskContainers(Collection<ImageDiskContainer> diskContainers)
Information about the disk containers.ImportImageRequest
ImportImageRequest. withDiskContainers(Collection<ImageDiskContainer> diskContainers)
Information about the disk containers.
-