Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsEc2VolumeAttachment
-
Packages that use AwsEc2VolumeAttachment Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEc2VolumeAttachment in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsEc2VolumeAttachment Modifier and Type Method Description List<AwsEc2VolumeAttachment>AwsEc2VolumeDetails. attachments()The volume attachments.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsEc2VolumeAttachment Modifier and Type Method Description AwsEc2VolumeDetails.BuilderAwsEc2VolumeDetails.Builder. attachments(AwsEc2VolumeAttachment... attachments)The volume attachments.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsEc2VolumeAttachment Modifier and Type Method Description AwsEc2VolumeDetails.BuilderAwsEc2VolumeDetails.Builder. attachments(Collection<AwsEc2VolumeAttachment> attachments)The volume attachments.
-