Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private VolumeDetail |
ImportVolumeRequest.volume
The volume size.
|
private VolumeDetail |
DiskImage.volume
Information about the volume.
|
Modifier and Type | Method and Description |
---|---|
VolumeDetail |
VolumeDetail.clone() |
VolumeDetail |
ImportVolumeRequest.getVolume()
The volume size.
|
VolumeDetail |
DiskImage.getVolume()
Information about the volume.
|
VolumeDetail |
VolumeDetail.withSize(java.lang.Long size)
The size of the volume, in GiB.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportVolumeRequest.setVolume(VolumeDetail volume)
The volume size.
|
void |
DiskImage.setVolume(VolumeDetail volume)
Information about the volume.
|
ImportVolumeRequest |
ImportVolumeRequest.withVolume(VolumeDetail volume)
The volume size.
|
DiskImage |
DiskImage.withVolume(VolumeDetail volume)
Information about the volume.
|
Modifier and Type | Method and Description |
---|---|
VolumeDetail |
VolumeDetailStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |