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()Information about the volume attachments.List<VolumeAttachment>Volume. attachments()Information about the 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)Information about the volume attachments.Volume.BuilderVolume.Builder. attachments(VolumeAttachment... attachments)Information about the volume 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)Information about the volume attachments.Volume.BuilderVolume.Builder. attachments(Collection<VolumeAttachment> attachments)Information about the volume attachments.
-