Uses of Class
software.amazon.awssdk.services.directconnect.model.DeleteLagResponse
-
Packages that use DeleteLagResponse 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 DeleteLagResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DeleteLagResponse Modifier and Type Method Description default DeleteLagResponseDirectConnectClient. deleteLag(Consumer<DeleteLagRequest.Builder> deleteLagRequest)Deletes the specified link aggregation group (LAG).default DeleteLagResponseDirectConnectClient. deleteLag(DeleteLagRequest deleteLagRequest)Deletes the specified link aggregation group (LAG).Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DeleteLagResponse Modifier and Type Method Description default CompletableFuture<DeleteLagResponse>DirectConnectAsyncClient. deleteLag(Consumer<DeleteLagRequest.Builder> deleteLagRequest)Deletes the specified link aggregation group (LAG).default CompletableFuture<DeleteLagResponse>DirectConnectAsyncClient. deleteLag(DeleteLagRequest deleteLagRequest)Deletes the specified link aggregation group (LAG).
-