Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetNetworkResourceCountsRequest
-
Packages that use GetNetworkResourceCountsRequest 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 software.amazon.awssdk.services.networkmanager.transform -
-
Uses of GetNetworkResourceCountsRequest in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager with parameters of type GetNetworkResourceCountsRequest Modifier and Type Method Description default CompletableFuture<GetNetworkResourceCountsResponse>NetworkManagerAsyncClient. getNetworkResourceCounts(GetNetworkResourceCountsRequest 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.default GetNetworkResourceCountsPublisherNetworkManagerAsyncClient. getNetworkResourceCountsPaginator(GetNetworkResourceCountsRequest getNetworkResourceCountsRequest)Gets the count of network resources, by resource type, for the specified global network.default GetNetworkResourceCountsIterableNetworkManagerClient. getNetworkResourceCountsPaginator(GetNetworkResourceCountsRequest getNetworkResourceCountsRequest)Gets the count of network resources, by resource type, for the specified global network. -
Uses of GetNetworkResourceCountsRequest in software.amazon.awssdk.services.networkmanager.paginators
Constructors in software.amazon.awssdk.services.networkmanager.paginators with parameters of type GetNetworkResourceCountsRequest Constructor Description GetNetworkResourceCountsIterable(NetworkManagerClient client, GetNetworkResourceCountsRequest firstRequest)GetNetworkResourceCountsPublisher(NetworkManagerAsyncClient client, GetNetworkResourceCountsRequest firstRequest) -
Uses of GetNetworkResourceCountsRequest in software.amazon.awssdk.services.networkmanager.transform
Methods in software.amazon.awssdk.services.networkmanager.transform with parameters of type GetNetworkResourceCountsRequest Modifier and Type Method Description SdkHttpFullRequestGetNetworkResourceCountsRequestMarshaller. marshall(GetNetworkResourceCountsRequest getNetworkResourceCountsRequest)
-