Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
Packages that use LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
-
Uses of LaunchTemplateInstanceNetworkInterfaceSpecificationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateInstanceNetworkInterfaceSpecificationRequestModifier and TypeMethodDescriptionRequestLaunchTemplateData.networkInterfaces()The network interfaces for the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateInstanceNetworkInterfaceSpecificationRequestModifier and TypeMethodDescriptionRequestLaunchTemplateData.Builder.networkInterfaces(LaunchTemplateInstanceNetworkInterfaceSpecificationRequest... networkInterfaces) The network interfaces for the instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateInstanceNetworkInterfaceSpecificationRequestModifier and TypeMethodDescriptionRequestLaunchTemplateData.Builder.networkInterfaces(Collection<LaunchTemplateInstanceNetworkInterfaceSpecificationRequest> networkInterfaces) The network interfaces for the instance.