Uses of Class
software.amazon.awssdk.services.directconnect.model.UpdateLagResponse
-
Packages that use UpdateLagResponse 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 UpdateLagResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return UpdateLagResponse Modifier and Type Method Description default UpdateLagResponseDirectConnectClient. updateLag(Consumer<UpdateLagRequest.Builder> updateLagRequest)Updates the attributes of the specified link aggregation group (LAG).default UpdateLagResponseDirectConnectClient. updateLag(UpdateLagRequest updateLagRequest)Updates the attributes of the specified link aggregation group (LAG).Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type UpdateLagResponse Modifier and Type Method Description default CompletableFuture<UpdateLagResponse>DirectConnectAsyncClient. updateLag(Consumer<UpdateLagRequest.Builder> updateLagRequest)Updates the attributes of the specified link aggregation group (LAG).default CompletableFuture<UpdateLagResponse>DirectConnectAsyncClient. updateLag(UpdateLagRequest updateLagRequest)Updates the attributes of the specified link aggregation group (LAG).
-