Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<ImageDiskContainer> diskContainers)
Information about the disk containers.
|
ImportImageRequest |
ImportImageRequest.withDiskContainers(Collection<ImageDiskContainer> diskContainers)
Information about the disk containers.
|
Copyright © 2022. All rights reserved.