| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails.clone() |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails.withDeviceName(String deviceName)
The device name.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails.withEbs(AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails ebs)
Parameters used to automatically set up Amazon EBS volumes when the instance is launched.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails.withNoDevice(String noDevice)
Omits the device from the block device mapping when an empty string is specified.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails.withVirtualName(String virtualName)
The virtual device name (ephemeralN).
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails> |
AwsEc2LaunchTemplateDataDetails.getBlockDeviceMappingSet()
Information about a block device mapping for an Amazon EC2 launch template.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEc2LaunchTemplateDataDetails |
AwsEc2LaunchTemplateDataDetails.withBlockDeviceMappingSet(AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails... blockDeviceMappingSet)
Information about a block device mapping for an Amazon EC2 launch template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2LaunchTemplateDataDetails.setBlockDeviceMappingSet(Collection<AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails> blockDeviceMappingSet)
Information about a block device mapping for an Amazon EC2 launch template.
|
AwsEc2LaunchTemplateDataDetails |
AwsEc2LaunchTemplateDataDetails.withBlockDeviceMappingSet(Collection<AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails> blockDeviceMappingSet)
Information about a block device mapping for an Amazon EC2 launch template.
|
Copyright © 2022. All rights reserved.