Uses of Class
software.amazon.awssdk.services.directconnect.model.DisassociateMacSecKeyResponse
-
Packages that use DisassociateMacSecKeyResponse 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 DisassociateMacSecKeyResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DisassociateMacSecKeyResponse Modifier and Type Method Description default DisassociateMacSecKeyResponseDirectConnectClient. disassociateMacSecKey(Consumer<DisassociateMacSecKeyRequest.Builder> disassociateMacSecKeyRequest)Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.default DisassociateMacSecKeyResponseDirectConnectClient. disassociateMacSecKey(DisassociateMacSecKeyRequest disassociateMacSecKeyRequest)Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DisassociateMacSecKeyResponse 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 CompletableFuture<DisassociateMacSecKeyResponse>DirectConnectAsyncClient. disassociateMacSecKey(DisassociateMacSecKeyRequest disassociateMacSecKeyRequest)Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
-