Uses of Class
software.amazon.awssdk.services.directconnect.model.AssociateMacSecKeyResponse
-
Packages that use AssociateMacSecKeyResponse 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. -
-
Uses of AssociateMacSecKeyResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return AssociateMacSecKeyResponse Modifier and Type Method Description default AssociateMacSecKeyResponseDirectConnectClient. 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 AssociateMacSecKeyResponseDirectConnectClient. associateMacSecKey(AssociateMacSecKeyRequest associateMacSecKeyRequest)Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type AssociateMacSecKeyResponse Modifier and Type Method 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 CompletableFuture<AssociateMacSecKeyResponse>DirectConnectAsyncClient. associateMacSecKey(AssociateMacSecKeyRequest associateMacSecKeyRequest)Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.
-