| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeDetail |
VolumeDetail.clone() |
VolumeDetail |
VolumeDetail.withDeviceName(String deviceName)
The device name for the EBS volume.
|
VolumeDetail |
VolumeDetail.withEncryptionType(String encryptionType)
EBS volume encryption type.
|
VolumeDetail |
VolumeDetail.withKmsKeyArn(String kmsKeyArn)
KMS key Arn used to encrypt the EBS volume.
|
VolumeDetail |
VolumeDetail.withSnapshotArn(String snapshotArn)
Snapshot Arn of the EBS volume.
|
VolumeDetail |
VolumeDetail.withVolumeArn(String volumeArn)
EBS volume Arn information.
|
VolumeDetail |
VolumeDetail.withVolumeSizeInGB(Integer volumeSizeInGB)
EBS volume size in GB.
|
VolumeDetail |
VolumeDetail.withVolumeType(String volumeType)
The EBS volume type.
|
| Modifier and Type | Method and Description |
|---|---|
List<VolumeDetail> |
Scan.getAttachedVolumes()
List of volumes that were attached to the original instance to be scanned.
|
List<VolumeDetail> |
EbsVolumeDetails.getScannedVolumeDetails()
List of EBS volumes that were scanned.
|
List<VolumeDetail> |
EbsVolumeDetails.getSkippedVolumeDetails()
List of EBS volumes that were skipped from the malware scan.
|
| Modifier and Type | Method and Description |
|---|---|
Scan |
Scan.withAttachedVolumes(VolumeDetail... attachedVolumes)
List of volumes that were attached to the original instance to be scanned.
|
EbsVolumeDetails |
EbsVolumeDetails.withScannedVolumeDetails(VolumeDetail... scannedVolumeDetails)
List of EBS volumes that were scanned.
|
EbsVolumeDetails |
EbsVolumeDetails.withSkippedVolumeDetails(VolumeDetail... skippedVolumeDetails)
List of EBS volumes that were skipped from the malware scan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scan.setAttachedVolumes(Collection<VolumeDetail> attachedVolumes)
List of volumes that were attached to the original instance to be scanned.
|
void |
EbsVolumeDetails.setScannedVolumeDetails(Collection<VolumeDetail> scannedVolumeDetails)
List of EBS volumes that were scanned.
|
void |
EbsVolumeDetails.setSkippedVolumeDetails(Collection<VolumeDetail> skippedVolumeDetails)
List of EBS volumes that were skipped from the malware scan.
|
Scan |
Scan.withAttachedVolumes(Collection<VolumeDetail> attachedVolumes)
List of volumes that were attached to the original instance to be scanned.
|
EbsVolumeDetails |
EbsVolumeDetails.withScannedVolumeDetails(Collection<VolumeDetail> scannedVolumeDetails)
List of EBS volumes that were scanned.
|
EbsVolumeDetails |
EbsVolumeDetails.withSkippedVolumeDetails(Collection<VolumeDetail> skippedVolumeDetails)
List of EBS volumes that were skipped from the malware scan.
|
Copyright © 2023. All rights reserved.