Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetNetworkRoutesResponse
-
Packages that use GetNetworkRoutesResponse 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 GetNetworkRoutesResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetNetworkRoutesResponse Modifier and Type Method Description default GetNetworkRoutesResponseNetworkManagerClient. getNetworkRoutes(Consumer<GetNetworkRoutesRequest.Builder> getNetworkRoutesRequest)Gets the network routes of the specified global network.default GetNetworkRoutesResponseNetworkManagerClient. getNetworkRoutes(GetNetworkRoutesRequest getNetworkRoutesRequest)Gets the network routes of the specified global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetNetworkRoutesResponse Modifier and Type Method Description default CompletableFuture<GetNetworkRoutesResponse>NetworkManagerAsyncClient. getNetworkRoutes(Consumer<GetNetworkRoutesRequest.Builder> getNetworkRoutesRequest)Gets the network routes of the specified global network.default CompletableFuture<GetNetworkRoutesResponse>NetworkManagerAsyncClient. getNetworkRoutes(GetNetworkRoutesRequest getNetworkRoutesRequest)Gets the network routes of the specified global network.
-