Uses of Class
software.amazon.awssdk.services.directconnect.model.AssociateConnectionWithLagResponse
-
Packages that use AssociateConnectionWithLagResponse 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 AssociateConnectionWithLagResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return AssociateConnectionWithLagResponse Modifier and Type Method Description default AssociateConnectionWithLagResponseDirectConnectClient. associateConnectionWithLag(Consumer<AssociateConnectionWithLagRequest.Builder> associateConnectionWithLagRequest)Associates an existing connection with a link aggregation group (LAG).default AssociateConnectionWithLagResponseDirectConnectClient. associateConnectionWithLag(AssociateConnectionWithLagRequest associateConnectionWithLagRequest)Associates an existing connection with a link aggregation group (LAG).Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type AssociateConnectionWithLagResponse Modifier and Type Method Description default CompletableFuture<AssociateConnectionWithLagResponse>DirectConnectAsyncClient. associateConnectionWithLag(Consumer<AssociateConnectionWithLagRequest.Builder> associateConnectionWithLagRequest)Associates an existing connection with a link aggregation group (LAG).default CompletableFuture<AssociateConnectionWithLagResponse>DirectConnectAsyncClient. associateConnectionWithLag(AssociateConnectionWithLagRequest associateConnectionWithLagRequest)Associates an existing connection with a link aggregation group (LAG).
-