Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateNetworkPerformanceOptionsRequest
-
Packages that use LaunchTemplateNetworkPerformanceOptionsRequest Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of LaunchTemplateNetworkPerformanceOptionsRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateNetworkPerformanceOptionsRequest Modifier and Type Method Description LaunchTemplateNetworkPerformanceOptionsRequestRequestLaunchTemplateData. networkPerformanceOptions()Contains launch template settings to boost network performance for the type of workload that runs on your instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateNetworkPerformanceOptionsRequest Modifier and Type Method Description RequestLaunchTemplateData.BuilderRequestLaunchTemplateData.Builder. networkPerformanceOptions(LaunchTemplateNetworkPerformanceOptionsRequest networkPerformanceOptions)Contains launch template settings to boost network performance for the type of workload that runs on your instance.
-