Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceSecondaryInterfaceSpecification
Packages that use LaunchTemplateInstanceSecondaryInterfaceSpecification
-
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 LaunchTemplateInstanceSecondaryInterfaceSpecificationModifier and TypeMethodDescriptionResponseLaunchTemplateData.secondaryInterfaces()The secondary interfaces associated with the launch template.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateInstanceSecondaryInterfaceSpecificationModifier and TypeMethodDescriptionResponseLaunchTemplateData.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 LaunchTemplateInstanceSecondaryInterfaceSpecificationModifier and TypeMethodDescriptionResponseLaunchTemplateData.Builder.secondaryInterfaces(Collection<LaunchTemplateInstanceSecondaryInterfaceSpecification> secondaryInterfaces) The secondary interfaces associated with the launch template.