Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateNetworkPerformanceOptionsRequest.Builder
-
Packages that use LaunchTemplateNetworkPerformanceOptionsRequest.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of LaunchTemplateNetworkPerformanceOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateNetworkPerformanceOptionsRequest.Builder Modifier and Type Method Description LaunchTemplateNetworkPerformanceOptionsRequest.BuilderLaunchTemplateNetworkPerformanceOptionsRequest.Builder. bandwidthWeighting(String bandwidthWeighting)Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:LaunchTemplateNetworkPerformanceOptionsRequest.BuilderLaunchTemplateNetworkPerformanceOptionsRequest.Builder. bandwidthWeighting(InstanceBandwidthWeighting bandwidthWeighting)Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:static LaunchTemplateNetworkPerformanceOptionsRequest.BuilderLaunchTemplateNetworkPerformanceOptionsRequest. builder()LaunchTemplateNetworkPerformanceOptionsRequest.BuilderLaunchTemplateNetworkPerformanceOptionsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateNetworkPerformanceOptionsRequest.Builder Modifier and Type Method Description static Class<? extends LaunchTemplateNetworkPerformanceOptionsRequest.Builder>LaunchTemplateNetworkPerformanceOptionsRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateNetworkPerformanceOptionsRequest.Builder Modifier and Type Method Description default RequestLaunchTemplateData.BuilderRequestLaunchTemplateData.Builder. networkPerformanceOptions(Consumer<LaunchTemplateNetworkPerformanceOptionsRequest.Builder> networkPerformanceOptions)Contains launch template settings to boost network performance for the type of workload that runs on your instance.
-