Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceNetworkInterfaceSpecification
-
Packages that use LaunchTemplateInstanceNetworkInterfaceSpecification Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of LaunchTemplateInstanceNetworkInterfaceSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateInstanceNetworkInterfaceSpecification Modifier and Type Method Description List<LaunchTemplateInstanceNetworkInterfaceSpecification>ResponseLaunchTemplateData. networkInterfaces()The network interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateInstanceNetworkInterfaceSpecification Modifier and Type Method Description ResponseLaunchTemplateData.BuilderResponseLaunchTemplateData.Builder. networkInterfaces(LaunchTemplateInstanceNetworkInterfaceSpecification... networkInterfaces)The network interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateInstanceNetworkInterfaceSpecification Modifier and Type Method Description ResponseLaunchTemplateData.BuilderResponseLaunchTemplateData.Builder. networkInterfaces(Collection<LaunchTemplateInstanceNetworkInterfaceSpecification> networkInterfaces)The network interfaces.
-