Uses of Class
com.amazonaws.services.ec2.model.SnapshotDiskContainer
-
Packages that use SnapshotDiskContainer Package Description com.amazonaws.services.ec2.model -
-
Uses of SnapshotDiskContainer in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SnapshotDiskContainer Modifier and Type Method Description SnapshotDiskContainerSnapshotDiskContainer. clone()SnapshotDiskContainerImportSnapshotRequest. getDiskContainer()Information about the disk container.SnapshotDiskContainerSnapshotDiskContainer. withDescription(String description)The description of the disk image being imported.SnapshotDiskContainerSnapshotDiskContainer. withFormat(String format)The format of the disk image being imported.SnapshotDiskContainerSnapshotDiskContainer. withUrl(String url)The URL to the Amazon S3-based disk image being imported.SnapshotDiskContainerSnapshotDiskContainer. withUserBucket(UserBucket userBucket)The S3 bucket for the disk image.Methods in com.amazonaws.services.ec2.model with parameters of type SnapshotDiskContainer Modifier and Type Method Description voidImportSnapshotRequest. setDiskContainer(SnapshotDiskContainer diskContainer)Information about the disk container.ImportSnapshotRequestImportSnapshotRequest. withDiskContainer(SnapshotDiskContainer diskContainer)Information about the disk container.
-