Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyInstanceNetworkPerformanceOptionsResponse
Packages that use ModifyInstanceNetworkPerformanceOptionsResponse
-
Uses of ModifyInstanceNetworkPerformanceOptionsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyInstanceNetworkPerformanceOptionsResponseModifier and TypeMethodDescriptionEc2Client.modifyInstanceNetworkPerformanceOptions(Consumer<ModifyInstanceNetworkPerformanceOptionsRequest.Builder> modifyInstanceNetworkPerformanceOptionsRequest) Change the configuration of the network performance options for an existing instance.Ec2Client.modifyInstanceNetworkPerformanceOptions(ModifyInstanceNetworkPerformanceOptionsRequest modifyInstanceNetworkPerformanceOptionsRequest) Change the configuration of the network performance options for an existing instance.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyInstanceNetworkPerformanceOptionsResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyInstanceNetworkPerformanceOptions(Consumer<ModifyInstanceNetworkPerformanceOptionsRequest.Builder> modifyInstanceNetworkPerformanceOptionsRequest) Change the configuration of the network performance options for an existing instance.Ec2AsyncClient.modifyInstanceNetworkPerformanceOptions(ModifyInstanceNetworkPerformanceOptionsRequest modifyInstanceNetworkPerformanceOptionsRequest) Change the configuration of the network performance options for an existing instance.