Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceNetworkInterface
Packages that use InstanceNetworkInterface
-
Uses of InstanceNetworkInterface in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceNetworkInterfaceModifier and TypeMethodDescriptionfinal List<InstanceNetworkInterface>Instance.networkInterfaces()The network interfaces for the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceNetworkInterfaceModifier and TypeMethodDescriptionInstance.Builder.networkInterfaces(InstanceNetworkInterface... networkInterfaces) The network interfaces for the instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceNetworkInterfaceModifier and TypeMethodDescriptionInstance.Builder.networkInterfaces(Collection<InstanceNetworkInterface> networkInterfaces) The network interfaces for the instance.