Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetRouteAnalysisResponse
-
Packages that use GetRouteAnalysisResponse 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 GetRouteAnalysisResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetRouteAnalysisResponse Modifier and Type Method Description default GetRouteAnalysisResponseNetworkManagerClient. getRouteAnalysis(Consumer<GetRouteAnalysisRequest.Builder> getRouteAnalysisRequest)Gets information about the specified route analysis.default GetRouteAnalysisResponseNetworkManagerClient. getRouteAnalysis(GetRouteAnalysisRequest getRouteAnalysisRequest)Gets information about the specified route analysis.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetRouteAnalysisResponse Modifier and Type Method Description default CompletableFuture<GetRouteAnalysisResponse>NetworkManagerAsyncClient. getRouteAnalysis(Consumer<GetRouteAnalysisRequest.Builder> getRouteAnalysisRequest)Gets information about the specified route analysis.default CompletableFuture<GetRouteAnalysisResponse>NetworkManagerAsyncClient. getRouteAnalysis(GetRouteAnalysisRequest getRouteAnalysisRequest)Gets information about the specified route analysis.
-