Uses of Interface
software.amazon.awssdk.services.directconnect.model.AssociateMacSecKeyRequest.Builder
-
Packages that use AssociateMacSecKeyRequest.Builder 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 -
-
Uses of AssociateMacSecKeyRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type AssociateMacSecKeyRequest.Builder 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 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. -
Uses of AssociateMacSecKeyRequest.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return AssociateMacSecKeyRequest.Builder Modifier and Type Method Description static AssociateMacSecKeyRequest.BuilderAssociateMacSecKeyRequest. builder()AssociateMacSecKeyRequest.BuilderAssociateMacSecKeyRequest.Builder. cak(String cak)The MAC Security (MACsec) CAK to associate with the dedicated connection.AssociateMacSecKeyRequest.BuilderAssociateMacSecKeyRequest.Builder. ckn(String ckn)The MAC Security (MACsec) CKN to associate with the dedicated connection.AssociateMacSecKeyRequest.BuilderAssociateMacSecKeyRequest.Builder. connectionId(String connectionId)The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).AssociateMacSecKeyRequest.BuilderAssociateMacSecKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateMacSecKeyRequest.BuilderAssociateMacSecKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateMacSecKeyRequest.BuilderAssociateMacSecKeyRequest.Builder. secretARN(String secretARN)The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the dedicated connection.AssociateMacSecKeyRequest.BuilderAssociateMacSecKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type AssociateMacSecKeyRequest.Builder Modifier and Type Method Description static Class<? extends AssociateMacSecKeyRequest.Builder>AssociateMacSecKeyRequest. serializableBuilderClass()
-