Uses of Interface
software.amazon.awssdk.services.networkmanager.model.UpdateLinkRequest.Builder
-
Packages that use UpdateLinkRequest.Builder Package Description software.amazon.awssdk.services.networkmanager Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.software.amazon.awssdk.services.networkmanager.model -
-
Uses of UpdateLinkRequest.Builder in software.amazon.awssdk.services.networkmanager
Method parameters in software.amazon.awssdk.services.networkmanager with type arguments of type UpdateLinkRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateLinkResponse>NetworkManagerAsyncClient. updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)Updates the details for an existing link.default UpdateLinkResponseNetworkManagerClient. updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)Updates the details for an existing link. -
Uses of UpdateLinkRequest.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return UpdateLinkRequest.Builder Modifier and Type Method Description default UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. bandwidth(Consumer<Bandwidth.Builder> bandwidth)The upload and download speed in Mbps.UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. bandwidth(Bandwidth bandwidth)The upload and download speed in Mbps.static UpdateLinkRequest.BuilderUpdateLinkRequest. builder()UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. description(String description)A description of the link.UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. globalNetworkId(String globalNetworkId)The ID of the global network.UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. linkId(String linkId)The ID of the link.UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. provider(String provider)The provider of the link.UpdateLinkRequest.BuilderUpdateLinkRequest. toBuilder()UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. type(String type)The type of the link.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type UpdateLinkRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLinkRequest.Builder>UpdateLinkRequest. serializableBuilderClass()
-