Uses of Class
software.amazon.awssdk.services.directconnect.model.CreateLagResponse
-
Packages that use CreateLagResponse 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 CreateLagResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return CreateLagResponse Modifier and Type Method Description default CreateLagResponseDirectConnectClient. createLag(Consumer<CreateLagRequest.Builder> createLagRequest)Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location.default CreateLagResponseDirectConnectClient. createLag(CreateLagRequest createLagRequest)Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type CreateLagResponse Modifier and Type Method Description default CompletableFuture<CreateLagResponse>DirectConnectAsyncClient. createLag(Consumer<CreateLagRequest.Builder> createLagRequest)Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location.default CompletableFuture<CreateLagResponse>DirectConnectAsyncClient. createLag(CreateLagRequest createLagRequest)Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location.
-