Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceBandwidthWeighting
-
Packages that use InstanceBandwidthWeighting Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceBandwidthWeighting in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceBandwidthWeighting Modifier and Type Method Description InstanceBandwidthWeightingInstanceNetworkPerformanceOptions. bandwidthWeighting()When you configure network bandwidth weighting, you can boost your baseline bandwidth for either networking or EBS by up to 25%.InstanceBandwidthWeightingInstanceNetworkPerformanceOptionsRequest. bandwidthWeighting()Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:InstanceBandwidthWeightingLaunchTemplateNetworkPerformanceOptions. bandwidthWeighting()When you configure network bandwidth weighting, you can boost baseline bandwidth for either networking or EBS by up to 25%.InstanceBandwidthWeightingLaunchTemplateNetworkPerformanceOptionsRequest. bandwidthWeighting()Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:InstanceBandwidthWeightingModifyInstanceNetworkPerformanceOptionsRequest. bandwidthWeighting()Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:InstanceBandwidthWeightingModifyInstanceNetworkPerformanceOptionsResponse. bandwidthWeighting()Contains the updated configuration for bandwidth weighting on the specified instance.static InstanceBandwidthWeightingInstanceBandwidthWeighting. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InstanceBandwidthWeightingInstanceBandwidthWeighting. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceBandwidthWeighting[]InstanceBandwidthWeighting. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceBandwidthWeighting Modifier and Type Method Description static Set<InstanceBandwidthWeighting>InstanceBandwidthWeighting. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceBandwidthWeighting Modifier and Type Method Description InstanceNetworkPerformanceOptions.BuilderInstanceNetworkPerformanceOptions.Builder. bandwidthWeighting(InstanceBandwidthWeighting bandwidthWeighting)When you configure network bandwidth weighting, you can boost your baseline bandwidth for either networking or EBS by up to 25%.InstanceNetworkPerformanceOptionsRequest.BuilderInstanceNetworkPerformanceOptionsRequest.Builder. bandwidthWeighting(InstanceBandwidthWeighting bandwidthWeighting)Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:LaunchTemplateNetworkPerformanceOptions.BuilderLaunchTemplateNetworkPerformanceOptions.Builder. bandwidthWeighting(InstanceBandwidthWeighting bandwidthWeighting)When you configure network bandwidth weighting, you can boost baseline bandwidth for either networking or EBS by up to 25%.LaunchTemplateNetworkPerformanceOptionsRequest.BuilderLaunchTemplateNetworkPerformanceOptionsRequest.Builder. bandwidthWeighting(InstanceBandwidthWeighting bandwidthWeighting)Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:ModifyInstanceNetworkPerformanceOptionsRequest.BuilderModifyInstanceNetworkPerformanceOptionsRequest.Builder. bandwidthWeighting(InstanceBandwidthWeighting bandwidthWeighting)Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:ModifyInstanceNetworkPerformanceOptionsResponse.BuilderModifyInstanceNetworkPerformanceOptionsResponse.Builder. bandwidthWeighting(InstanceBandwidthWeighting bandwidthWeighting)Contains the updated configuration for bandwidth weighting on the specified instance.
-