Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceNetworkPerformanceOptions
-
Packages that use InstanceNetworkPerformanceOptions Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceNetworkPerformanceOptions in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceNetworkPerformanceOptions Modifier and Type Method Description InstanceNetworkPerformanceOptionsInstance. networkPerformanceOptions()Contains settings for the network performance options for your instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceNetworkPerformanceOptions Modifier and Type Method Description Instance.BuilderInstance.Builder. networkPerformanceOptions(InstanceNetworkPerformanceOptions networkPerformanceOptions)Contains settings for the network performance options for your instance.
-