Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest
Packages that use LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest
-
Uses of LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateInstanceSecondaryInterfaceSpecificationRequestModifier and TypeMethodDescriptionRequestLaunchTemplateData.secondaryInterfaces()The secondary interfaces to associate with instances launched from the template.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateInstanceSecondaryInterfaceSpecificationRequestModifier and TypeMethodDescriptionRequestLaunchTemplateData.Builder.secondaryInterfaces(LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest... secondaryInterfaces) The secondary interfaces to associate with instances launched from the template.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateInstanceSecondaryInterfaceSpecificationRequestModifier and TypeMethodDescriptionRequestLaunchTemplateData.Builder.secondaryInterfaces(Collection<LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest> secondaryInterfaces) The secondary interfaces to associate with instances launched from the template.