| 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<UpdateConnectionResponse> |
NetworkManagerAsyncClient.updateConnection(Consumer<UpdateConnectionRequest.Builder> updateConnectionRequest)
Updates the information for an existing connection.
|
default UpdateConnectionResponse |
NetworkManagerClient.updateConnection(Consumer<UpdateConnectionRequest.Builder> updateConnectionRequest)
Updates the information for an existing connection.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateConnectionRequest.Builder |
UpdateConnectionRequest.builder() |
UpdateConnectionRequest.Builder |
UpdateConnectionRequest.Builder.connectedLinkId(String connectedLinkId)
The ID of the link for the second device in the connection.
|
UpdateConnectionRequest.Builder |
UpdateConnectionRequest.Builder.connectionId(String connectionId)
The ID of the connection.
|
UpdateConnectionRequest.Builder |
UpdateConnectionRequest.Builder.description(String description)
A description of the connection.
|
UpdateConnectionRequest.Builder |
UpdateConnectionRequest.Builder.globalNetworkId(String globalNetworkId)
The ID of the global network.
|
UpdateConnectionRequest.Builder |
UpdateConnectionRequest.Builder.linkId(String linkId)
The ID of the link for the first device in the connection.
|
UpdateConnectionRequest.Builder |
UpdateConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateConnectionRequest.Builder |
UpdateConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateConnectionRequest.Builder |
UpdateConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateConnectionRequest.Builder> |
UpdateConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.