Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ImageDiskContainer> |
ImportImageRequest.diskContainers
Information about the disk containers.
|
Modifier and Type | Method and Description |
---|---|
ImageDiskContainer |
ImageDiskContainer.clone() |
ImageDiskContainer |
ImageDiskContainer.withDescription(java.lang.String description)
The description of the disk image.
|
ImageDiskContainer |
ImageDiskContainer.withDeviceName(java.lang.String deviceName)
The block device mapping for the disk.
|
ImageDiskContainer |
ImageDiskContainer.withFormat(java.lang.String format)
The format of the disk image being imported.
|
ImageDiskContainer |
ImageDiskContainer.withSnapshotId(java.lang.String snapshotId)
The ID of the EBS snapshot to be used for importing the snapshot.
|
ImageDiskContainer |
ImageDiskContainer.withUrl(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageDiskContainer> |
ImportImageRequest.getDiskContainers()
Information about the disk containers.
|
Modifier and Type | Method and Description |
---|---|
ImportImageRequest |
ImportImageRequest.withDiskContainers(ImageDiskContainer... diskContainers)
Information about the disk containers.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportImageRequest.setDiskContainers(java.util.Collection<ImageDiskContainer> diskContainers)
Information about the disk containers.
|
ImportImageRequest |
ImportImageRequest.withDiskContainers(java.util.Collection<ImageDiskContainer> diskContainers)
Information about the disk containers.
|
Modifier and Type | Method and Description |
---|---|
ImageDiskContainer |
ImageDiskContainerStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |