| 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 |
|---|---|
AssociateMacSecKeyResult |
AmazonDirectConnectClient.associateMacSecKey(AssociateMacSecKeyRequest request)
Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an
Direct Connect dedicated connection.
|
AssociateMacSecKeyResult |
AmazonDirectConnect.associateMacSecKey(AssociateMacSecKeyRequest associateMacSecKeyRequest)
Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an
Direct Connect dedicated connection.
|
AssociateMacSecKeyResult |
AbstractAmazonDirectConnect.associateMacSecKey(AssociateMacSecKeyRequest request) |
Future<AssociateMacSecKeyResult> |
AmazonDirectConnectAsyncClient.associateMacSecKeyAsync(AssociateMacSecKeyRequest request) |
Future<AssociateMacSecKeyResult> |
AmazonDirectConnectAsync.associateMacSecKeyAsync(AssociateMacSecKeyRequest associateMacSecKeyRequest)
Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an
Direct Connect dedicated connection.
|
Future<AssociateMacSecKeyResult> |
AbstractAmazonDirectConnectAsync.associateMacSecKeyAsync(AssociateMacSecKeyRequest request) |
Future<AssociateMacSecKeyResult> |
AmazonDirectConnectAsyncClient.associateMacSecKeyAsync(AssociateMacSecKeyRequest request,
AsyncHandler<AssociateMacSecKeyRequest,AssociateMacSecKeyResult> asyncHandler) |
Future<AssociateMacSecKeyResult> |
AmazonDirectConnectAsync.associateMacSecKeyAsync(AssociateMacSecKeyRequest associateMacSecKeyRequest,
AsyncHandler<AssociateMacSecKeyRequest,AssociateMacSecKeyResult> asyncHandler)
Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an
Direct Connect dedicated connection.
|
Future<AssociateMacSecKeyResult> |
AbstractAmazonDirectConnectAsync.associateMacSecKeyAsync(AssociateMacSecKeyRequest request,
AsyncHandler<AssociateMacSecKeyRequest,AssociateMacSecKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateMacSecKeyResult> |
AmazonDirectConnectAsyncClient.associateMacSecKeyAsync(AssociateMacSecKeyRequest request,
AsyncHandler<AssociateMacSecKeyRequest,AssociateMacSecKeyResult> asyncHandler) |
Future<AssociateMacSecKeyResult> |
AmazonDirectConnectAsync.associateMacSecKeyAsync(AssociateMacSecKeyRequest associateMacSecKeyRequest,
AsyncHandler<AssociateMacSecKeyRequest,AssociateMacSecKeyResult> asyncHandler)
Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an
Direct Connect dedicated connection.
|
Future<AssociateMacSecKeyResult> |
AbstractAmazonDirectConnectAsync.associateMacSecKeyAsync(AssociateMacSecKeyRequest request,
AsyncHandler<AssociateMacSecKeyRequest,AssociateMacSecKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateMacSecKeyRequest |
AssociateMacSecKeyRequest.clone() |
AssociateMacSecKeyRequest |
AssociateMacSecKeyRequest.withCak(String cak)
The MAC Security (MACsec) CAK to associate with the dedicated connection.
|
AssociateMacSecKeyRequest |
AssociateMacSecKeyRequest.withCkn(String ckn)
The MAC Security (MACsec) CKN to associate with the dedicated connection.
|
AssociateMacSecKeyRequest |
AssociateMacSecKeyRequest.withConnectionId(String connectionId)
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
AssociateMacSecKeyRequest |
AssociateMacSecKeyRequest.withSecretARN(String secretARN)
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the dedicated
connection.
|
Copyright © 2024. All rights reserved.