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