Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceNetworkInterfaceSpecification
Packages that use LaunchTemplateInstanceNetworkInterfaceSpecification
-
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 LaunchTemplateInstanceNetworkInterfaceSpecificationModifier and TypeMethodDescriptionResponseLaunchTemplateData.networkInterfaces()The network interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateInstanceNetworkInterfaceSpecificationModifier and TypeMethodDescriptionResponseLaunchTemplateData.Builder.networkInterfaces(LaunchTemplateInstanceNetworkInterfaceSpecification... networkInterfaces) The network interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateInstanceNetworkInterfaceSpecificationModifier and TypeMethodDescriptionResponseLaunchTemplateData.Builder.networkInterfaces(Collection<LaunchTemplateInstanceNetworkInterfaceSpecification> networkInterfaces) The network interfaces.