Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest
-
Packages that use LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest Package Description software.amazon.awssdk.services.ec2.model -
-
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 LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest Modifier and Type Method Description List<LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest>RequestLaunchTemplateData. secondaryInterfaces()The secondary interfaces to associate with instances launched from the template.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest Modifier and Type Method Description RequestLaunchTemplateData.BuilderRequestLaunchTemplateData.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 LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest Modifier and Type Method Description RequestLaunchTemplateData.BuilderRequestLaunchTemplateData.Builder. secondaryInterfaces(Collection<LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest> secondaryInterfaces)The secondary interfaces to associate with instances launched from the template.
-