Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ScheduledInstancesBlockDeviceMapping> |
ScheduledInstancesLaunchSpecification.blockDeviceMappings
One or more block device mapping entries.
|
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesBlockDeviceMapping |
ScheduledInstancesBlockDeviceMapping.clone() |
ScheduledInstancesBlockDeviceMapping |
ScheduledInstancesBlockDeviceMapping.withDeviceName(java.lang.String deviceName)
The device name exposed to the instance (for example,
/dev/sdh or xvdh ). |
ScheduledInstancesBlockDeviceMapping |
ScheduledInstancesBlockDeviceMapping.withEbs(ScheduledInstancesEbs ebs)
Parameters used to set up EBS volumes automatically when the instance is
launched.
|
ScheduledInstancesBlockDeviceMapping |
ScheduledInstancesBlockDeviceMapping.withNoDevice(java.lang.String noDevice)
Suppresses the specified device included in the block device mapping of
the AMI.
|
ScheduledInstancesBlockDeviceMapping |
ScheduledInstancesBlockDeviceMapping.withVirtualName(java.lang.String virtualName)
The virtual device name (
ephemeral N). |
Modifier and Type | Method and Description |
---|---|
java.util.List<ScheduledInstancesBlockDeviceMapping> |
ScheduledInstancesLaunchSpecification.getBlockDeviceMappings()
One or more block device mapping entries.
|
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withBlockDeviceMappings(ScheduledInstancesBlockDeviceMapping... blockDeviceMappings)
One or more block device mapping entries.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledInstancesLaunchSpecification.setBlockDeviceMappings(java.util.Collection<ScheduledInstancesBlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withBlockDeviceMappings(java.util.Collection<ScheduledInstancesBlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
|
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesBlockDeviceMapping |
ScheduledInstancesBlockDeviceMappingStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |