Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetLinksRequest
-
Packages that use GetLinksRequest 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 software.amazon.awssdk.services.networkmanager.transform -
-
Uses of GetLinksRequest in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager with parameters of type GetLinksRequest Modifier and Type Method Description default CompletableFuture<GetLinksResponse>NetworkManagerAsyncClient. getLinks(GetLinksRequest 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.default GetLinksPublisherNetworkManagerAsyncClient. getLinksPaginator(GetLinksRequest getLinksRequest)Gets information about one or more links in a specified global network.default GetLinksIterableNetworkManagerClient. getLinksPaginator(GetLinksRequest getLinksRequest)Gets information about one or more links in a specified global network. -
Uses of GetLinksRequest in software.amazon.awssdk.services.networkmanager.paginators
Constructors in software.amazon.awssdk.services.networkmanager.paginators with parameters of type GetLinksRequest Constructor Description GetLinksIterable(NetworkManagerClient client, GetLinksRequest firstRequest)GetLinksPublisher(NetworkManagerAsyncClient client, GetLinksRequest firstRequest) -
Uses of GetLinksRequest in software.amazon.awssdk.services.networkmanager.transform
Methods in software.amazon.awssdk.services.networkmanager.transform with parameters of type GetLinksRequest Modifier and Type Method Description SdkHttpFullRequestGetLinksRequestMarshaller. marshall(GetLinksRequest getLinksRequest)
-