| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
List<BlockDeviceMapping> |
LaunchConfiguration.blockDeviceMappings()
The block device mapping entries that define the block devices to attach to the instances at launch.
|
List<BlockDeviceMapping> |
CreateLaunchConfigurationRequest.blockDeviceMappings()
The block device mapping entries that define the block devices to attach to the instances at launch.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchConfiguration.Builder |
LaunchConfiguration.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
CreateLaunchConfigurationRequest.Builder |
CreateLaunchConfigurationRequest.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchConfiguration.Builder |
LaunchConfiguration.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
CreateLaunchConfigurationRequest.Builder |
CreateLaunchConfigurationRequest.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
Copyright © 2022. All rights reserved.