Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceSecondaryInterfaceAttachment
-
Packages that use InstanceSecondaryInterfaceAttachment Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceSecondaryInterfaceAttachment in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceSecondaryInterfaceAttachment Modifier and Type Method Description InstanceSecondaryInterfaceAttachmentInstanceSecondaryInterface. attachment()The attachment information for the secondary interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceSecondaryInterfaceAttachment Modifier and Type Method Description InstanceSecondaryInterface.BuilderInstanceSecondaryInterface.Builder. attachment(InstanceSecondaryInterfaceAttachment attachment)The attachment information for the secondary interface.
-