| 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 DisassociateMacSecKeyResponse |
DirectConnectClient.disassociateMacSecKey(Consumer<DisassociateMacSecKeyRequest.Builder> disassociateMacSecKeyRequest)
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
|
default CompletableFuture<DisassociateMacSecKeyResponse> |
DirectConnectAsyncClient.disassociateMacSecKey(Consumer<DisassociateMacSecKeyRequest.Builder> disassociateMacSecKeyRequest)
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
|
| Modifier and Type | Method and Description |
|---|---|
static DisassociateMacSecKeyRequest.Builder |
DisassociateMacSecKeyRequest.builder() |
DisassociateMacSecKeyRequest.Builder |
DisassociateMacSecKeyRequest.Builder.connectionId(String connectionId)
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
DisassociateMacSecKeyRequest.Builder |
DisassociateMacSecKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateMacSecKeyRequest.Builder |
DisassociateMacSecKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateMacSecKeyRequest.Builder |
DisassociateMacSecKeyRequest.Builder.secretARN(String secretARN)
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
|
DisassociateMacSecKeyRequest.Builder |
DisassociateMacSecKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateMacSecKeyRequest.Builder> |
DisassociateMacSecKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.