Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceSecondaryInterfaceSpecification
-
Packages that use LaunchTemplateInstanceSecondaryInterfaceSpecification Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of LaunchTemplateInstanceSecondaryInterfaceSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateInstanceSecondaryInterfaceSpecification Modifier and Type Method Description List<LaunchTemplateInstanceSecondaryInterfaceSpecification>ResponseLaunchTemplateData. secondaryInterfaces()The secondary interfaces associated with the launch template.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateInstanceSecondaryInterfaceSpecification Modifier and Type Method Description ResponseLaunchTemplateData.BuilderResponseLaunchTemplateData.Builder. secondaryInterfaces(LaunchTemplateInstanceSecondaryInterfaceSpecification... secondaryInterfaces)The secondary interfaces associated with the launch template.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateInstanceSecondaryInterfaceSpecification Modifier and Type Method Description ResponseLaunchTemplateData.BuilderResponseLaunchTemplateData.Builder. secondaryInterfaces(Collection<LaunchTemplateInstanceSecondaryInterfaceSpecification> secondaryInterfaces)The secondary interfaces associated with the launch template.
-