Uses of Class
software.amazon.awssdk.services.networkmanager.model.DeleteConnectionResponse
-
Packages that use DeleteConnectionResponse Package Description software.amazon.awssdk.services.networkmanager Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations. -
-
Uses of DeleteConnectionResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return DeleteConnectionResponse Modifier and Type Method Description default DeleteConnectionResponseNetworkManagerClient. deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)Deletes the specified connection in your global network.default DeleteConnectionResponseNetworkManagerClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)Deletes the specified connection in your global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type DeleteConnectionResponse Modifier and Type Method Description default CompletableFuture<DeleteConnectionResponse>NetworkManagerAsyncClient. deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)Deletes the specified connection in your global network.default CompletableFuture<DeleteConnectionResponse>NetworkManagerAsyncClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)Deletes the specified connection in your global network.
-