| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.clone() |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails.getEbs()
Parameters used to automatically set up Amazon EBS volumes when the instance is launched.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.withEncrypted(Boolean encrypted)
Indicates whether the EBS volume is encrypted.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.withIops(Integer iops)
The number of I/O operations per second (IOPS).
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the symmetric Key Management Service (KMS) customer managed key used for
encryption.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.withSnapshotId(String snapshotId)
The ID of the EBS snapshot.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.withThroughput(Integer throughput)
The throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.withVolumeSize(Integer volumeSize)
The size of the volume, in GiBs.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails.withVolumeType(String volumeType)
The volume type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails.setEbs(AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails ebs)
Parameters used to automatically set up Amazon EBS volumes when the instance is launched.
|
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails |
AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails.withEbs(AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails ebs)
Parameters used to automatically set up Amazon EBS volumes when the instance is launched.
|
Copyright © 2023. All rights reserved.