Uses of Class
software.amazon.awssdk.services.networkmanager.model.DeleteConnectionRequest
-
Packages that use DeleteConnectionRequest 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.software.amazon.awssdk.services.networkmanager.transform -
-
Uses of DeleteConnectionRequest in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager with parameters of type DeleteConnectionRequest Modifier and Type Method Description default CompletableFuture<DeleteConnectionResponse>NetworkManagerAsyncClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)Deletes the specified connection in your global network.default DeleteConnectionResponseNetworkManagerClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)Deletes the specified connection in your global network. -
Uses of DeleteConnectionRequest in software.amazon.awssdk.services.networkmanager.transform
Methods in software.amazon.awssdk.services.networkmanager.transform with parameters of type DeleteConnectionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteConnectionRequestMarshaller. marshall(DeleteConnectionRequest deleteConnectionRequest)
-