Uses of Class
software.amazon.awssdk.services.directconnect.model.AssociateConnectionWithLagRequest
-
Packages that use AssociateConnectionWithLagRequest 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.transform -
-
Uses of AssociateConnectionWithLagRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type AssociateConnectionWithLagRequest Modifier and Type Method Description default CompletableFuture<AssociateConnectionWithLagResponse>DirectConnectAsyncClient. associateConnectionWithLag(AssociateConnectionWithLagRequest 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). -
Uses of AssociateConnectionWithLagRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type AssociateConnectionWithLagRequest Modifier and Type Method Description SdkHttpFullRequestAssociateConnectionWithLagRequestMarshaller. marshall(AssociateConnectionWithLagRequest associateConnectionWithLagRequest)
-