Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceBlockDeviceMapping> |
Instance.getBlockDeviceMappings()
Any block device mapping entries for the instance.
|
List<InstanceBlockDeviceMapping> |
InstanceAttribute.getBlockDeviceMappings()
The block device mapping of the instance.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
Any block device mapping entries for the instance.
|
InstanceAttribute |
InstanceAttribute.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
The block device mapping of the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries for the instance.
|
void |
InstanceAttribute.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mapping of the instance.
|
Instance |
Instance.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries for the instance.
|
InstanceAttribute |
InstanceAttribute.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mapping of the instance.
|
Copyright © 2014. All rights reserved.