| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect |
Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateLagResponse> |
DirectConnectAsyncClient.updateLag(Consumer<UpdateLagRequest.Builder> updateLagRequest)
Updates the attributes of the specified link aggregation group (LAG).
|
default UpdateLagResponse |
DirectConnectClient.updateLag(Consumer<UpdateLagRequest.Builder> updateLagRequest)
Updates the attributes of the specified link aggregation group (LAG).
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLagRequest.Builder |
UpdateLagRequest.builder() |
UpdateLagRequest.Builder |
UpdateLagRequest.Builder.encryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
|
UpdateLagRequest.Builder |
UpdateLagRequest.Builder.lagId(String lagId)
The ID of the LAG.
|
UpdateLagRequest.Builder |
UpdateLagRequest.Builder.lagName(String lagName)
The name of the LAG.
|
UpdateLagRequest.Builder |
UpdateLagRequest.Builder.minimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
UpdateLagRequest.Builder |
UpdateLagRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLagRequest.Builder |
UpdateLagRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLagRequest.Builder |
UpdateLagRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLagRequest.Builder> |
UpdateLagRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.