Uses of Interface
software.amazon.awssdk.services.directconnect.model.DisassociateMacSecKeyRequest.Builder
-
Packages that use DisassociateMacSecKeyRequest.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 DisassociateMacSecKeyRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type DisassociateMacSecKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateMacSecKeyResponse>DirectConnectAsyncClient. disassociateMacSecKey(Consumer<DisassociateMacSecKeyRequest.Builder> disassociateMacSecKeyRequest)Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.default DisassociateMacSecKeyResponseDirectConnectClient. disassociateMacSecKey(Consumer<DisassociateMacSecKeyRequest.Builder> disassociateMacSecKeyRequest)Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection. -
Uses of DisassociateMacSecKeyRequest.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return DisassociateMacSecKeyRequest.Builder Modifier and Type Method Description static DisassociateMacSecKeyRequest.BuilderDisassociateMacSecKeyRequest. builder()DisassociateMacSecKeyRequest.BuilderDisassociateMacSecKeyRequest.Builder. connectionId(String connectionId)The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).DisassociateMacSecKeyRequest.BuilderDisassociateMacSecKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateMacSecKeyRequest.BuilderDisassociateMacSecKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateMacSecKeyRequest.BuilderDisassociateMacSecKeyRequest.Builder. secretARN(String secretARN)The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.DisassociateMacSecKeyRequest.BuilderDisassociateMacSecKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type DisassociateMacSecKeyRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateMacSecKeyRequest.Builder>DisassociateMacSecKeyRequest. serializableBuilderClass()
-