|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InstanceBlockDeviceMapping | |
|---|---|
| com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
| Uses of InstanceBlockDeviceMapping in com.amazonaws.services.ec2.model |
|---|
| Methods in com.amazonaws.services.ec2.model that return InstanceBlockDeviceMapping | |
|---|---|
InstanceBlockDeviceMapping |
InstanceBlockDeviceMapping.withDeviceName(String deviceName)
The device name (e.g., /dev/sdh) at which the block device is exposed on the instance. |
InstanceBlockDeviceMapping |
InstanceBlockDeviceMapping.withEbs(EbsInstanceBlockDevice ebs)
The optional EBS device mapped to the specified device name. |
| Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceBlockDeviceMapping | |
|---|---|
List<InstanceBlockDeviceMapping> |
InstanceAttribute.getBlockDeviceMappings()
How block devices are exposed to this instance. |
List<InstanceBlockDeviceMapping> |
Instance.getBlockDeviceMappings()
Block device mapping set. |
| Methods in com.amazonaws.services.ec2.model with parameters of type InstanceBlockDeviceMapping | |
|---|---|
InstanceAttribute |
InstanceAttribute.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
How block devices are exposed to this instance. |
Instance |
Instance.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
Block device mapping set. |
| Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceBlockDeviceMapping | |
|---|---|
void |
InstanceAttribute.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
How block devices are exposed to this instance. |
void |
Instance.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Block device mapping set. |
InstanceAttribute |
InstanceAttribute.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
How block devices are exposed to this instance. |
Instance |
Instance.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Block device mapping set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||