Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
-
Packages that use LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Package Description software.amazon.awssdk.services.ec2.model -
-
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 LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Modifier and Type Method Description List<LaunchTemplateInstanceNetworkInterfaceSpecificationRequest>RequestLaunchTemplateData. networkInterfaces()One or more network interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Modifier and Type Method Description RequestLaunchTemplateData.BuilderRequestLaunchTemplateData.Builder. networkInterfaces(LaunchTemplateInstanceNetworkInterfaceSpecificationRequest... networkInterfaces)One or more network interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Modifier and Type Method Description RequestLaunchTemplateData.BuilderRequestLaunchTemplateData.Builder. networkInterfaces(Collection<LaunchTemplateInstanceNetworkInterfaceSpecificationRequest> networkInterfaces)One or more network interfaces.
-