Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<BlockDeviceMapping> |
Instance.blockDeviceMappings
An array of
BlockDeviceMapping objects that specify the
instance's block device mappings. |
private SdkInternalList<BlockDeviceMapping> |
CreateInstanceRequest.blockDeviceMappings
An array of
BlockDeviceMapping objects that specify the
instance's block devices. |
Modifier and Type | Method and Description |
---|---|
BlockDeviceMapping |
BlockDeviceMapping.clone() |
BlockDeviceMapping |
BlockDeviceMapping.withDeviceName(java.lang.String deviceName)
The device name that is exposed to the instance, such as
/dev/sdh . |
BlockDeviceMapping |
BlockDeviceMapping.withEbs(EbsBlockDevice ebs)
An
EBSBlockDevice that defines how to configure an Amazon
EBS volume when the instance is launched. |
BlockDeviceMapping |
BlockDeviceMapping.withNoDevice(java.lang.String noDevice)
Suppresses the specified device included in the AMI's block device
mapping.
|
BlockDeviceMapping |
BlockDeviceMapping.withVirtualName(java.lang.String virtualName)
The virtual device name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BlockDeviceMapping> |
Instance.getBlockDeviceMappings()
An array of
BlockDeviceMapping objects that specify the
instance's block device mappings. |
java.util.List<BlockDeviceMapping> |
CreateInstanceRequest.getBlockDeviceMappings()
An array of
BlockDeviceMapping objects that specify the
instance's block devices. |
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
An array of
BlockDeviceMapping objects that specify the
instance's block device mappings. |
CreateInstanceRequest |
CreateInstanceRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
An array of
BlockDeviceMapping objects that specify the
instance's block devices. |
Modifier and Type | Method and Description |
---|---|
void |
Instance.setBlockDeviceMappings(java.util.Collection<BlockDeviceMapping> blockDeviceMappings)
An array of
BlockDeviceMapping objects that specify the
instance's block device mappings. |
void |
CreateInstanceRequest.setBlockDeviceMappings(java.util.Collection<BlockDeviceMapping> blockDeviceMappings)
An array of
BlockDeviceMapping objects that specify the
instance's block devices. |
Instance |
Instance.withBlockDeviceMappings(java.util.Collection<BlockDeviceMapping> blockDeviceMappings)
An array of
BlockDeviceMapping objects that specify the
instance's block device mappings. |
CreateInstanceRequest |
CreateInstanceRequest.withBlockDeviceMappings(java.util.Collection<BlockDeviceMapping> blockDeviceMappings)
An array of
BlockDeviceMapping objects that specify the
instance's block devices. |
Modifier and Type | Method and Description |
---|---|
BlockDeviceMapping |
BlockDeviceMappingJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BlockDeviceMappingJsonMarshaller.marshall(BlockDeviceMapping blockDeviceMapping,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|