Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetCoreNetworkResponse
-
Packages that use GetCoreNetworkResponse 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 GetCoreNetworkResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetCoreNetworkResponse Modifier and Type Method Description default GetCoreNetworkResponseNetworkManagerClient. getCoreNetwork(Consumer<GetCoreNetworkRequest.Builder> getCoreNetworkRequest)Returns information about the LIVE policy for a core network.default GetCoreNetworkResponseNetworkManagerClient. getCoreNetwork(GetCoreNetworkRequest getCoreNetworkRequest)Returns information about the LIVE policy for a core network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetCoreNetworkResponse Modifier and Type Method Description default CompletableFuture<GetCoreNetworkResponse>NetworkManagerAsyncClient. getCoreNetwork(Consumer<GetCoreNetworkRequest.Builder> getCoreNetworkRequest)Returns information about the LIVE policy for a core network.default CompletableFuture<GetCoreNetworkResponse>NetworkManagerAsyncClient. getCoreNetwork(GetCoreNetworkRequest getCoreNetworkRequest)Returns information about the LIVE policy for a core network.
-