| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager |
Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor
your AWS and on-premises networks that are built around transit gateways.
|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateConnectionResult> |
AWSNetworkManagerAsync.updateConnectionAsync(UpdateConnectionRequest updateConnectionRequest,
AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler)
Updates the information for an existing connection.
|
Future<UpdateConnectionResult> |
AbstractAWSNetworkManagerAsync.updateConnectionAsync(UpdateConnectionRequest request,
AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler) |
Future<UpdateConnectionResult> |
AWSNetworkManagerAsyncClient.updateConnectionAsync(UpdateConnectionRequest request,
AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectionRequest |
UpdateConnectionRequest.clone() |
UpdateConnectionRequest |
UpdateConnectionRequest.withConnectedLinkId(String connectedLinkId)
The ID of the link for the second device in the connection.
|
UpdateConnectionRequest |
UpdateConnectionRequest.withConnectionId(String connectionId)
The ID of the connection.
|
UpdateConnectionRequest |
UpdateConnectionRequest.withDescription(String description)
A description of the connection.
|
UpdateConnectionRequest |
UpdateConnectionRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
UpdateConnectionRequest |
UpdateConnectionRequest.withLinkId(String linkId)
The ID of the link for the first device in the connection.
|
Copyright © 2021. All rights reserved.