| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateLinkResponse> |
NetworkManagerAsyncClient.updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)
Updates the details for an existing link.
|
default UpdateLinkResponse |
NetworkManagerClient.updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)
Updates the details for an existing link.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.bandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
|
default UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.bandwidth(Consumer<Bandwidth.Builder> bandwidth)
The upload and download speed in Mbps.
|
static UpdateLinkRequest.Builder |
UpdateLinkRequest.builder() |
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.description(String description)
A description of the link.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.globalNetworkId(String globalNetworkId)
The ID of the global network.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.linkId(String linkId)
The ID of the link.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.provider(String provider)
The provider of the link.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.toBuilder() |
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.type(String type)
The type of the link.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLinkRequest.Builder> |
UpdateLinkRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.