Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyInstanceNetworkPerformanceOptionsResponse
-
Packages that use ModifyInstanceNetworkPerformanceOptionsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ModifyInstanceNetworkPerformanceOptionsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyInstanceNetworkPerformanceOptionsResponse Modifier and Type Method Description default ModifyInstanceNetworkPerformanceOptionsResponse
Ec2Client. modifyInstanceNetworkPerformanceOptions(Consumer<ModifyInstanceNetworkPerformanceOptionsRequest.Builder> modifyInstanceNetworkPerformanceOptionsRequest)
Change the configuration of the network performance options for an existing instance.default ModifyInstanceNetworkPerformanceOptionsResponse
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 ModifyInstanceNetworkPerformanceOptionsResponse Modifier and Type Method Description default CompletableFuture<ModifyInstanceNetworkPerformanceOptionsResponse>
Ec2AsyncClient. modifyInstanceNetworkPerformanceOptions(Consumer<ModifyInstanceNetworkPerformanceOptionsRequest.Builder> modifyInstanceNetworkPerformanceOptionsRequest)
Change the configuration of the network performance options for an existing instance.default CompletableFuture<ModifyInstanceNetworkPerformanceOptionsResponse>
Ec2AsyncClient. modifyInstanceNetworkPerformanceOptions(ModifyInstanceNetworkPerformanceOptionsRequest modifyInstanceNetworkPerformanceOptionsRequest)
Change the configuration of the network performance options for an existing instance.
-