| Package | Description |
|---|---|
| com.amazonaws.services.directconnect |
Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DisassociateMacSecKeyResult |
AbstractAmazonDirectConnect.disassociateMacSecKey(DisassociateMacSecKeyRequest request) |
DisassociateMacSecKeyResult |
AmazonDirectConnect.disassociateMacSecKey(DisassociateMacSecKeyRequest disassociateMacSecKeyRequest)
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
|
DisassociateMacSecKeyResult |
AmazonDirectConnectClient.disassociateMacSecKey(DisassociateMacSecKeyRequest request)
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DisassociateMacSecKeyResult> |
AbstractAmazonDirectConnectAsync.disassociateMacSecKeyAsync(DisassociateMacSecKeyRequest request,
AsyncHandler<DisassociateMacSecKeyRequest,DisassociateMacSecKeyResult> asyncHandler) |
Future<DisassociateMacSecKeyResult> |
AmazonDirectConnectAsync.disassociateMacSecKeyAsync(DisassociateMacSecKeyRequest disassociateMacSecKeyRequest,
AsyncHandler<DisassociateMacSecKeyRequest,DisassociateMacSecKeyResult> asyncHandler)
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
|
Future<DisassociateMacSecKeyResult> |
AmazonDirectConnectAsyncClient.disassociateMacSecKeyAsync(DisassociateMacSecKeyRequest request,
AsyncHandler<DisassociateMacSecKeyRequest,DisassociateMacSecKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateMacSecKeyResult |
DisassociateMacSecKeyResult.clone() |
DisassociateMacSecKeyResult |
DisassociateMacSecKeyResult.withConnectionId(String connectionId)
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
DisassociateMacSecKeyResult |
DisassociateMacSecKeyResult.withMacSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
|
DisassociateMacSecKeyResult |
DisassociateMacSecKeyResult.withMacSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
|
Copyright © 2025. All rights reserved.