Uses of Class
software.amazon.awssdk.services.directconnect.model.AssociateMacSecKeyRequest
-
Packages that use AssociateMacSecKeyRequest 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.transform -
-
Uses of AssociateMacSecKeyRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type AssociateMacSecKeyRequest Modifier and Type Method Description 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.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. -
Uses of AssociateMacSecKeyRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type AssociateMacSecKeyRequest Modifier and Type Method Description SdkHttpFullRequestAssociateMacSecKeyRequestMarshaller. marshall(AssociateMacSecKeyRequest associateMacSecKeyRequest)
-