Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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 Amazon 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.
|
Copyright © 2024. All rights reserved.