Uses of Class
software.amazon.awssdk.services.networkmanager.model.CreateLinkResponse
-
Packages that use CreateLinkResponse 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 CreateLinkResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return CreateLinkResponse Modifier and Type Method Description default CreateLinkResponseNetworkManagerClient. createLink(Consumer<CreateLinkRequest.Builder> createLinkRequest)Creates a new link for a specified site.default CreateLinkResponseNetworkManagerClient. createLink(CreateLinkRequest createLinkRequest)Creates a new link for a specified site.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type CreateLinkResponse Modifier and Type Method Description default CompletableFuture<CreateLinkResponse>NetworkManagerAsyncClient. createLink(Consumer<CreateLinkRequest.Builder> createLinkRequest)Creates a new link for a specified site.default CompletableFuture<CreateLinkResponse>NetworkManagerAsyncClient. createLink(CreateLinkRequest createLinkRequest)Creates a new link for a specified site.
-