| 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 |
AmazonDirectConnectClient.disassociateMacSecKey(DisassociateMacSecKeyRequest request)
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
|
DisassociateMacSecKeyResult |
AmazonDirectConnect.disassociateMacSecKey(DisassociateMacSecKeyRequest disassociateMacSecKeyRequest)
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
|
DisassociateMacSecKeyResult |
AbstractAmazonDirectConnect.disassociateMacSecKey(DisassociateMacSecKeyRequest request) |
Future<DisassociateMacSecKeyResult> |
AmazonDirectConnectAsyncClient.disassociateMacSecKeyAsync(DisassociateMacSecKeyRequest request) |
Future<DisassociateMacSecKeyResult> |
AmazonDirectConnectAsync.disassociateMacSecKeyAsync(DisassociateMacSecKeyRequest disassociateMacSecKeyRequest)
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
|
Future<DisassociateMacSecKeyResult> |
AbstractAmazonDirectConnectAsync.disassociateMacSecKeyAsync(DisassociateMacSecKeyRequest request) |
Future<DisassociateMacSecKeyResult> |
AmazonDirectConnectAsyncClient.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> |
AbstractAmazonDirectConnectAsync.disassociateMacSecKeyAsync(DisassociateMacSecKeyRequest request,
AsyncHandler<DisassociateMacSecKeyRequest,DisassociateMacSecKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DisassociateMacSecKeyResult> |
AmazonDirectConnectAsyncClient.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> |
AbstractAmazonDirectConnectAsync.disassociateMacSecKeyAsync(DisassociateMacSecKeyRequest request,
AsyncHandler<DisassociateMacSecKeyRequest,DisassociateMacSecKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateMacSecKeyRequest |
DisassociateMacSecKeyRequest.clone() |
DisassociateMacSecKeyRequest |
DisassociateMacSecKeyRequest.withConnectionId(String connectionId)
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
DisassociateMacSecKeyRequest |
DisassociateMacSecKeyRequest.withSecretARN(String secretARN)
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
|
Copyright © 2024. All rights reserved.