Uses of Class
software.amazon.awssdk.services.ec2.model.VolumeStatusAttachmentStatus
Packages that use VolumeStatusAttachmentStatus
-
Uses of VolumeStatusAttachmentStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VolumeStatusAttachmentStatusModifier and TypeMethodDescriptionfinal List<VolumeStatusAttachmentStatus>VolumeStatusItem.attachmentStatuses()Information about the instances to which the volume is attached.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VolumeStatusAttachmentStatusModifier and TypeMethodDescriptionVolumeStatusItem.Builder.attachmentStatuses(VolumeStatusAttachmentStatus... attachmentStatuses) Information about the instances to which the volume is attached.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VolumeStatusAttachmentStatusModifier and TypeMethodDescriptionVolumeStatusItem.Builder.attachmentStatuses(Collection<VolumeStatusAttachmentStatus> attachmentStatuses) Information about the instances to which the volume is attached.