| 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 |
|---|---|
UpdateLinkResult |
AWSNetworkManager.updateLink(UpdateLinkRequest updateLinkRequest)
Updates the details for an existing link.
|
UpdateLinkResult |
AbstractAWSNetworkManager.updateLink(UpdateLinkRequest request) |
UpdateLinkResult |
AWSNetworkManagerClient.updateLink(UpdateLinkRequest request)
Updates the details for an existing link.
|
Future<UpdateLinkResult> |
AbstractAWSNetworkManagerAsync.updateLinkAsync(UpdateLinkRequest request) |
Future<UpdateLinkResult> |
AWSNetworkManagerAsync.updateLinkAsync(UpdateLinkRequest updateLinkRequest)
Updates the details for an existing link.
|
Future<UpdateLinkResult> |
AWSNetworkManagerAsyncClient.updateLinkAsync(UpdateLinkRequest request) |
Future<UpdateLinkResult> |
AbstractAWSNetworkManagerAsync.updateLinkAsync(UpdateLinkRequest request,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler) |
Future<UpdateLinkResult> |
AWSNetworkManagerAsync.updateLinkAsync(UpdateLinkRequest updateLinkRequest,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler)
Updates the details for an existing link.
|
Future<UpdateLinkResult> |
AWSNetworkManagerAsyncClient.updateLinkAsync(UpdateLinkRequest request,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLinkResult> |
AbstractAWSNetworkManagerAsync.updateLinkAsync(UpdateLinkRequest request,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler) |
Future<UpdateLinkResult> |
AWSNetworkManagerAsync.updateLinkAsync(UpdateLinkRequest updateLinkRequest,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler)
Updates the details for an existing link.
|
Future<UpdateLinkResult> |
AWSNetworkManagerAsyncClient.updateLinkAsync(UpdateLinkRequest request,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLinkRequest |
UpdateLinkRequest.clone() |
UpdateLinkRequest |
UpdateLinkRequest.withBandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
|
UpdateLinkRequest |
UpdateLinkRequest.withDescription(String description)
A description of the link.
|
UpdateLinkRequest |
UpdateLinkRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
UpdateLinkRequest |
UpdateLinkRequest.withLinkId(String linkId)
The ID of the link.
|
UpdateLinkRequest |
UpdateLinkRequest.withProvider(String provider)
The provider of the link.
|
UpdateLinkRequest |
UpdateLinkRequest.withType(String type)
The type of the link.
|
Copyright © 2021. All rights reserved.