Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SnapshotDiskContainer |
ImportSnapshotRequest.diskContainer
Information about the disk container.
|
Modifier and Type | Method and Description |
---|---|
SnapshotDiskContainer |
SnapshotDiskContainer.clone() |
SnapshotDiskContainer |
ImportSnapshotRequest.getDiskContainer()
Information about the disk container.
|
SnapshotDiskContainer |
SnapshotDiskContainer.withDescription(java.lang.String description)
The description of the disk image being imported.
|
SnapshotDiskContainer |
SnapshotDiskContainer.withFormat(java.lang.String format)
The format of the disk image being imported.
|
SnapshotDiskContainer |
SnapshotDiskContainer.withUrl(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportSnapshotRequest.setDiskContainer(SnapshotDiskContainer diskContainer)
Information about the disk container.
|
ImportSnapshotRequest |
ImportSnapshotRequest.withDiskContainer(SnapshotDiskContainer diskContainer)
Information about the disk container.
|
Modifier and Type | Method and Description |
---|---|
SnapshotDiskContainer |
SnapshotDiskContainerStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |