Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetNetworkResourcesResponse
-
Packages that use GetNetworkResourcesResponse 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 -
-
Uses of GetNetworkResourcesResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetNetworkResourcesResponse Modifier and Type Method Description default GetNetworkResourcesResponseNetworkManagerClient. getNetworkResources(Consumer<GetNetworkResourcesRequest.Builder> getNetworkResourcesRequest)Describes the network resources for the specified global network.default GetNetworkResourcesResponseNetworkManagerClient. getNetworkResources(GetNetworkResourcesRequest getNetworkResourcesRequest)Describes the network resources for the specified global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetNetworkResourcesResponse Modifier and Type Method Description default CompletableFuture<GetNetworkResourcesResponse>NetworkManagerAsyncClient. getNetworkResources(Consumer<GetNetworkResourcesRequest.Builder> getNetworkResourcesRequest)Describes the network resources for the specified global network.default CompletableFuture<GetNetworkResourcesResponse>NetworkManagerAsyncClient. getNetworkResources(GetNetworkResourcesRequest getNetworkResourcesRequest)Describes the network resources for the specified global network. -
Uses of GetNetworkResourcesResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetNetworkResourcesResponse Modifier and Type Method Description Iterator<GetNetworkResourcesResponse>GetNetworkResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetNetworkResourcesResponse Modifier and Type Method Description voidGetNetworkResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetNetworkResourcesResponse> subscriber)
-