| 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<DisassociateLinkResponse> |
NetworkManagerAsyncClient.disassociateLink(Consumer<DisassociateLinkRequest.Builder> disassociateLinkRequest)
Disassociates an existing device from a link.
|
default DisassociateLinkResponse |
NetworkManagerClient.disassociateLink(Consumer<DisassociateLinkRequest.Builder> disassociateLinkRequest)
Disassociates an existing device from a link.
|
| Modifier and Type | Method and Description |
|---|---|
static DisassociateLinkRequest.Builder |
DisassociateLinkRequest.builder() |
DisassociateLinkRequest.Builder |
DisassociateLinkRequest.Builder.deviceId(String deviceId)
The ID of the device.
|
DisassociateLinkRequest.Builder |
DisassociateLinkRequest.Builder.globalNetworkId(String globalNetworkId)
The ID of the global network.
|
DisassociateLinkRequest.Builder |
DisassociateLinkRequest.Builder.linkId(String linkId)
The ID of the link.
|
DisassociateLinkRequest.Builder |
DisassociateLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateLinkRequest.Builder |
DisassociateLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateLinkRequest.Builder |
DisassociateLinkRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateLinkRequest.Builder> |
DisassociateLinkRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.