| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.clone() |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.getEbs()
Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.
|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.withDeleteOnTermination(Boolean deleteOnTermination)
Whether to delete the volume when the instance is terminated.
|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.withEncrypted(Boolean encrypted)
Whether to encrypt the volume.
|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.withIops(Integer iops)
The number of input/output (I/O) operations per second (IOPS) to provision for the volume.
|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.withSnapshotId(String snapshotId)
The snapshot ID of the volume to use.
|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.withVolumeSize(Integer volumeSize)
The volume size, in GiBs.
|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.withVolumeType(String volumeType)
The volume type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.setEbs(AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails ebs)
Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.
|
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails |
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.withEbs(AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails ebs)
Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.
|
Copyright © 2021. All rights reserved.