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