|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceBlockDeviceMappingSpecification | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of InstanceBlockDeviceMappingSpecification in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return InstanceBlockDeviceMappingSpecification | |
---|---|
InstanceBlockDeviceMappingSpecification |
InstanceBlockDeviceMappingSpecification.withDeviceName(String deviceName)
The device name (e.g., /dev/sdh) at which the block device is exposed on the instance. |
InstanceBlockDeviceMappingSpecification |
InstanceBlockDeviceMappingSpecification.withEbs(EbsInstanceBlockDeviceSpecification ebs)
The EBS instance block device specification describing the EBS block device to map to the specified device name on a running instance. |
InstanceBlockDeviceMappingSpecification |
InstanceBlockDeviceMappingSpecification.withNoDevice(String noDevice)
When set to the empty string, specifies that the device name in this object should not be mapped to any real device. |
InstanceBlockDeviceMappingSpecification |
InstanceBlockDeviceMappingSpecification.withVirtualName(String virtualName)
The virtual device name. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceBlockDeviceMappingSpecification | |
---|---|
List<InstanceBlockDeviceMappingSpecification> |
ModifyInstanceAttributeRequest.getBlockDeviceMappings()
The new block device mappings for the instance whose attributes are being modified. |
Methods in com.amazonaws.services.ec2.model with parameters of type InstanceBlockDeviceMappingSpecification | |
---|---|
ModifyInstanceAttributeRequest |
ModifyInstanceAttributeRequest.withBlockDeviceMappings(InstanceBlockDeviceMappingSpecification... blockDeviceMappings)
The new block device mappings for the instance whose attributes are being modified. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceBlockDeviceMappingSpecification | |
---|---|
void |
ModifyInstanceAttributeRequest.setBlockDeviceMappings(Collection<InstanceBlockDeviceMappingSpecification> blockDeviceMappings)
The new block device mappings for the instance whose attributes are being modified. |
ModifyInstanceAttributeRequest |
ModifyInstanceAttributeRequest.withBlockDeviceMappings(Collection<InstanceBlockDeviceMappingSpecification> blockDeviceMappings)
The new block device mappings for the instance whose attributes are being modified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |