Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceSecondaryInterface
-
Packages that use InstanceSecondaryInterface Package Description software.amazon.awssdk.services.ec2.model -
-
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 InstanceSecondaryInterface Modifier and Type Method Description List<InstanceSecondaryInterface>Instance. secondaryInterfaces()The secondary interfaces for the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceSecondaryInterface Modifier and Type Method Description Instance.BuilderInstance.Builder. secondaryInterfaces(InstanceSecondaryInterface... secondaryInterfaces)The secondary interfaces for the instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceSecondaryInterface Modifier and Type Method Description Instance.BuilderInstance.Builder. secondaryInterfaces(Collection<InstanceSecondaryInterface> secondaryInterfaces)The secondary interfaces for the instance.
-