Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
VolumeDetail |
DiskImage.getVolume() |
VolumeDetail |
ImportVolumeRequest.getVolume() |
VolumeDetail |
VolumeDetail.withSize(Long size)
The size of the volume, in GiB.
|
Modifier and Type | Method and Description |
---|---|
void |
DiskImage.setVolume(VolumeDetail volume) |
void |
ImportVolumeRequest.setVolume(VolumeDetail volume) |
DiskImage |
DiskImage.withVolume(VolumeDetail volume)
Returns a reference to this object so that method calls can be chained together.
|
ImportVolumeRequest |
ImportVolumeRequest.withVolume(VolumeDetail volume)
Returns a reference to this object so that method calls can be chained together.
|
Copyright © 2014. All rights reserved.