| 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<AssociateMacSecKeyResponse> |
DirectConnectAsyncClient.associateMacSecKey(Consumer<AssociateMacSecKeyRequest.Builder> associateMacSecKeyRequest)
Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an
Direct Connect dedicated connection.
|
default AssociateMacSecKeyResponse |
DirectConnectClient.associateMacSecKey(Consumer<AssociateMacSecKeyRequest.Builder> associateMacSecKeyRequest)
Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an
Direct Connect dedicated connection.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateMacSecKeyRequest.Builder |
AssociateMacSecKeyRequest.builder() |
AssociateMacSecKeyRequest.Builder |
AssociateMacSecKeyRequest.Builder.cak(String cak)
The MAC Security (MACsec) CAK to associate with the dedicated connection.
|
AssociateMacSecKeyRequest.Builder |
AssociateMacSecKeyRequest.Builder.ckn(String ckn)
The MAC Security (MACsec) CKN to associate with the dedicated connection.
|
AssociateMacSecKeyRequest.Builder |
AssociateMacSecKeyRequest.Builder.connectionId(String connectionId)
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
AssociateMacSecKeyRequest.Builder |
AssociateMacSecKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateMacSecKeyRequest.Builder |
AssociateMacSecKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateMacSecKeyRequest.Builder |
AssociateMacSecKeyRequest.Builder.secretARN(String secretARN)
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the dedicated
connection.
|
AssociateMacSecKeyRequest.Builder |
AssociateMacSecKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateMacSecKeyRequest.Builder> |
AssociateMacSecKeyRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.