Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyInstanceNetworkPerformanceOptionsRequest.Builder
Packages that use ModifyInstanceNetworkPerformanceOptionsRequest.Builder
Package
Description
-
Uses of ModifyInstanceNetworkPerformanceOptionsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyInstanceNetworkPerformanceOptionsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyInstanceNetworkPerformanceOptions(Consumer<ModifyInstanceNetworkPerformanceOptionsRequest.Builder> modifyInstanceNetworkPerformanceOptionsRequest) Change the configuration of the network performance options for an existing instance.Ec2Client.modifyInstanceNetworkPerformanceOptions(Consumer<ModifyInstanceNetworkPerformanceOptionsRequest.Builder> modifyInstanceNetworkPerformanceOptionsRequest) Change the configuration of the network performance options for an existing instance. -
Uses of ModifyInstanceNetworkPerformanceOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyInstanceNetworkPerformanceOptionsRequest.BuilderModifier and TypeMethodDescriptionModifyInstanceNetworkPerformanceOptionsRequest.Builder.bandwidthWeighting(String bandwidthWeighting) Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:ModifyInstanceNetworkPerformanceOptionsRequest.Builder.bandwidthWeighting(InstanceBandwidthWeighting bandwidthWeighting) Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:ModifyInstanceNetworkPerformanceOptionsRequest.builder()Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.ModifyInstanceNetworkPerformanceOptionsRequest.Builder.instanceId(String instanceId) The ID of the instance to update.ModifyInstanceNetworkPerformanceOptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyInstanceNetworkPerformanceOptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyInstanceNetworkPerformanceOptionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyInstanceNetworkPerformanceOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyInstanceNetworkPerformanceOptionsRequest.Builder>ModifyInstanceNetworkPerformanceOptionsRequest.serializableBuilderClass()