| 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<DisassociateLinkResult> |
AbstractAWSNetworkManagerAsync.disassociateLinkAsync(DisassociateLinkRequest request,
AsyncHandler<DisassociateLinkRequest,DisassociateLinkResult> asyncHandler) |
Future<DisassociateLinkResult> |
AWSNetworkManagerAsync.disassociateLinkAsync(DisassociateLinkRequest disassociateLinkRequest,
AsyncHandler<DisassociateLinkRequest,DisassociateLinkResult> asyncHandler)
Disassociates an existing device from a link.
|
Future<DisassociateLinkResult> |
AWSNetworkManagerAsyncClient.disassociateLinkAsync(DisassociateLinkRequest request,
AsyncHandler<DisassociateLinkRequest,DisassociateLinkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateLinkRequest |
DisassociateLinkRequest.clone() |
DisassociateLinkRequest |
DisassociateLinkRequest.withDeviceId(String deviceId)
The ID of the device.
|
DisassociateLinkRequest |
DisassociateLinkRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
DisassociateLinkRequest |
DisassociateLinkRequest.withLinkId(String linkId)
The ID of the link.
|
Copyright © 2021. All rights reserved.