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 SnapshotDiskContainer
SnapshotDiskContainer. clone()
SnapshotDiskContainer
ImportSnapshotRequest. getDiskContainer()
Information about the disk container.SnapshotDiskContainer
SnapshotDiskContainer. withDescription(String description)
The description of the disk image being imported.SnapshotDiskContainer
SnapshotDiskContainer. withFormat(String format)
The format of the disk image being imported.SnapshotDiskContainer
SnapshotDiskContainer. withUrl(String url)
The URL to the Amazon S3-based disk image being imported.SnapshotDiskContainer
SnapshotDiskContainer. 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 void
ImportSnapshotRequest. setDiskContainer(SnapshotDiskContainer diskContainer)
Information about the disk container.ImportSnapshotRequest
ImportSnapshotRequest. withDiskContainer(SnapshotDiskContainer diskContainer)
Information about the disk container.
-