| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.clone() |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.withDeviceName(String deviceName)
The device name that is exposed to the EC2 instance.
|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.withEbs(AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails ebs)
Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.
|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.withNoDevice(Boolean noDevice)
Whether to suppress the device that is included in the block device mapping of the Amazon Machine Image (AMI).
|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.withVirtualName(String virtualName)
The name of the virtual device (for example,
ephemeral0). |
| Modifier and Type | Method and Description |
|---|---|
List<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails> |
AwsAutoScalingLaunchConfigurationDetails.getBlockDeviceMappings()
Specifies the block devices for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
AwsAutoScalingLaunchConfigurationDetails |
AwsAutoScalingLaunchConfigurationDetails.withBlockDeviceMappings(AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails... blockDeviceMappings)
Specifies the block devices for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsAutoScalingLaunchConfigurationDetails.setBlockDeviceMappings(Collection<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails> blockDeviceMappings)
Specifies the block devices for the instance.
|
AwsAutoScalingLaunchConfigurationDetails |
AwsAutoScalingLaunchConfigurationDetails.withBlockDeviceMappings(Collection<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails> blockDeviceMappings)
Specifies the block devices for the instance.
|
Copyright © 2021. All rights reserved.