Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetLinksResponse
-
Packages that use GetLinksResponse 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.paginators -
-
Uses of GetLinksResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetLinksResponse Modifier and Type Method Description default GetLinksResponseNetworkManagerClient. getLinks(Consumer<GetLinksRequest.Builder> getLinksRequest)Gets information about one or more links in a specified global network.default GetLinksResponseNetworkManagerClient. getLinks(GetLinksRequest getLinksRequest)Gets information about one or more links in a specified global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetLinksResponse Modifier and Type Method Description default CompletableFuture<GetLinksResponse>NetworkManagerAsyncClient. getLinks(Consumer<GetLinksRequest.Builder> getLinksRequest)Gets information about one or more links in a specified global network.default CompletableFuture<GetLinksResponse>NetworkManagerAsyncClient. getLinks(GetLinksRequest getLinksRequest)Gets information about one or more links in a specified global network. -
Uses of GetLinksResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetLinksResponse Modifier and Type Method Description Iterator<GetLinksResponse>GetLinksIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetLinksResponse Modifier and Type Method Description voidGetLinksPublisher. subscribe(org.reactivestreams.Subscriber<? super GetLinksResponse> subscriber)
-