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