|
||||||||||
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 exposed to the instance (for example, |
InstanceBlockDeviceMapping |
InstanceBlockDeviceMapping.withEbs(EbsInstanceBlockDevice ebs)
Parameters used to automatically set up Amazon EBS volumes when the instance is launched. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceBlockDeviceMapping | |
---|---|
List<InstanceBlockDeviceMapping> |
InstanceAttribute.getBlockDeviceMappings()
The block device mapping of the instance. |
List<InstanceBlockDeviceMapping> |
Instance.getBlockDeviceMappings()
Any block device mapping entries for the instance. |
Methods in com.amazonaws.services.ec2.model with parameters of type InstanceBlockDeviceMapping | |
---|---|
InstanceAttribute |
InstanceAttribute.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
The block device mapping of the instance. |
Instance |
Instance.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
Any block device mapping entries for the instance. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceBlockDeviceMapping | |
---|---|
void |
InstanceAttribute.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mapping of the instance. |
void |
Instance.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries for the instance. |
InstanceAttribute |
InstanceAttribute.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mapping of the instance. |
Instance |
Instance.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries for the instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |