| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
List<BlockDeviceMapping> |
CreateLaunchConfigurationRequest.blockDeviceMappings()
One or more mappings that specify how block devices are exposed to the instance.
|
List<BlockDeviceMapping> |
LaunchConfiguration.blockDeviceMappings()
A block device mapping, which specifies the block devices for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLaunchConfigurationRequest.Builder |
CreateLaunchConfigurationRequest.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more mappings that specify how block devices are exposed to the instance.
|
LaunchConfiguration.Builder |
LaunchConfiguration.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
A block device mapping, which specifies the block devices for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLaunchConfigurationRequest.Builder |
CreateLaunchConfigurationRequest.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more mappings that specify how block devices are exposed to the instance.
|
LaunchConfiguration.Builder |
LaunchConfiguration.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
A block device mapping, which specifies the block devices for the instance.
|
Copyright © 2019. All rights reserved.