Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetNetworkResourceCountsResponse
-
Packages that use GetNetworkResourceCountsResponse 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 GetNetworkResourceCountsResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetNetworkResourceCountsResponse Modifier and Type Method Description default GetNetworkResourceCountsResponseNetworkManagerClient. getNetworkResourceCounts(Consumer<GetNetworkResourceCountsRequest.Builder> getNetworkResourceCountsRequest)Gets the count of network resources, by resource type, for the specified global network.default GetNetworkResourceCountsResponseNetworkManagerClient. getNetworkResourceCounts(GetNetworkResourceCountsRequest getNetworkResourceCountsRequest)Gets the count of network resources, by resource type, for the specified global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetNetworkResourceCountsResponse Modifier and Type Method Description default CompletableFuture<GetNetworkResourceCountsResponse>NetworkManagerAsyncClient. getNetworkResourceCounts(Consumer<GetNetworkResourceCountsRequest.Builder> getNetworkResourceCountsRequest)Gets the count of network resources, by resource type, for the specified global network.default CompletableFuture<GetNetworkResourceCountsResponse>NetworkManagerAsyncClient. getNetworkResourceCounts(GetNetworkResourceCountsRequest getNetworkResourceCountsRequest)Gets the count of network resources, by resource type, for the specified global network. -
Uses of GetNetworkResourceCountsResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetNetworkResourceCountsResponse Modifier and Type Method Description Iterator<GetNetworkResourceCountsResponse>GetNetworkResourceCountsIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetNetworkResourceCountsResponse Modifier and Type Method Description voidGetNetworkResourceCountsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetNetworkResourceCountsResponse> subscriber)
-