static DisassociateMacSecKeyResponse.Builder |
DisassociateMacSecKeyResponse.builder() |
|
DisassociateMacSecKeyResponse.Builder |
DisassociateMacSecKeyResponse.Builder.connectionId(String connectionId) |
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
DisassociateMacSecKeyResponse.Builder |
DisassociateMacSecKeyResponse.Builder.macSecKeys(Collection<MacSecKey> macSecKeys) |
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
|
DisassociateMacSecKeyResponse.Builder |
DisassociateMacSecKeyResponse.Builder.macSecKeys(Consumer<MacSecKey.Builder>... macSecKeys) |
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
|
DisassociateMacSecKeyResponse.Builder |
DisassociateMacSecKeyResponse.Builder.macSecKeys(MacSecKey... macSecKeys) |
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
|
DisassociateMacSecKeyResponse.Builder |
DisassociateMacSecKeyResponse.toBuilder() |
|