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