| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VolumeDetails |
AwsEc2VolumeDetails.clone() |
AwsEc2VolumeDetails |
ResourceDetails.getAwsEc2Volume()
Details for an EC2 volume.
|
AwsEc2VolumeDetails |
AwsEc2VolumeDetails.withAttachments(AwsEc2VolumeAttachment... attachments)
The volume attachments.
|
AwsEc2VolumeDetails |
AwsEc2VolumeDetails.withAttachments(Collection<AwsEc2VolumeAttachment> attachments)
The volume attachments.
|
AwsEc2VolumeDetails |
AwsEc2VolumeDetails.withCreateTime(String createTime)
Indicates when the volume was created.
|
AwsEc2VolumeDetails |
AwsEc2VolumeDetails.withEncrypted(Boolean encrypted)
Whether the volume is encrypted.
|
AwsEc2VolumeDetails |
AwsEc2VolumeDetails.withKmsKeyId(String kmsKeyId)
The ARN of the KMS customer master key (CMK) that was used to protect the volume encryption key for the volume.
|
AwsEc2VolumeDetails |
AwsEc2VolumeDetails.withSize(Integer size)
The size of the volume, in GiBs.
|
AwsEc2VolumeDetails |
AwsEc2VolumeDetails.withSnapshotId(String snapshotId)
The snapshot from which the volume was created.
|
AwsEc2VolumeDetails |
AwsEc2VolumeDetails.withStatus(String status)
The volume state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEc2Volume(AwsEc2VolumeDetails awsEc2Volume)
Details for an EC2 volume.
|
ResourceDetails |
ResourceDetails.withAwsEc2Volume(AwsEc2VolumeDetails awsEc2Volume)
Details for an EC2 volume.
|
Copyright © 2021. All rights reserved.