| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static AssociateMacSecKeyResponse.Builder |
AssociateMacSecKeyResponse.builder() |
AssociateMacSecKeyResponse.Builder |
AssociateMacSecKeyResponse.Builder.connectionId(String connectionId)
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
AssociateMacSecKeyResponse.Builder |
AssociateMacSecKeyResponse.Builder.macSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys associated with the dedicated connection.
|
AssociateMacSecKeyResponse.Builder |
AssociateMacSecKeyResponse.Builder.macSecKeys(Consumer<MacSecKey.Builder>... macSecKeys)
The MAC Security (MACsec) security keys associated with the dedicated connection.
|
AssociateMacSecKeyResponse.Builder |
AssociateMacSecKeyResponse.Builder.macSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys associated with the dedicated connection.
|
AssociateMacSecKeyResponse.Builder |
AssociateMacSecKeyResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateMacSecKeyResponse.Builder> |
AssociateMacSecKeyResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.