Uses of Class
software.amazon.awssdk.services.ec2.model.VolumeAttachment
-
Packages that use VolumeAttachment Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VolumeAttachment in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VolumeAttachment Modifier and Type Method Description List<VolumeAttachment>CreateVolumeResponse. attachments()List<VolumeAttachment>Volume. attachments()Methods in software.amazon.awssdk.services.ec2.model with parameters of type VolumeAttachment Modifier and Type Method Description CreateVolumeResponse.BuilderCreateVolumeResponse.Builder. attachments(VolumeAttachment... attachments)Volume.BuilderVolume.Builder. attachments(VolumeAttachment... attachments)Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VolumeAttachment Modifier and Type Method Description CreateVolumeResponse.BuilderCreateVolumeResponse.Builder. attachments(Collection<VolumeAttachment> attachments)Volume.BuilderVolume.Builder. attachments(Collection<VolumeAttachment> attachments)
-