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