Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetNetworkResourcesRequest
-
Packages that use GetNetworkResourcesRequest 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 GetNetworkResourcesRequest in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager with parameters of type GetNetworkResourcesRequest Modifier and Type Method Description default CompletableFuture<GetNetworkResourcesResponse>NetworkManagerAsyncClient. getNetworkResources(GetNetworkResourcesRequest getNetworkResourcesRequest)Describes the network resources for the specified global network.default GetNetworkResourcesResponseNetworkManagerClient. getNetworkResources(GetNetworkResourcesRequest getNetworkResourcesRequest)Describes the network resources for the specified global network.default GetNetworkResourcesPublisherNetworkManagerAsyncClient. getNetworkResourcesPaginator(GetNetworkResourcesRequest getNetworkResourcesRequest)Describes the network resources for the specified global network.default GetNetworkResourcesIterableNetworkManagerClient. getNetworkResourcesPaginator(GetNetworkResourcesRequest getNetworkResourcesRequest)Describes the network resources for the specified global network. -
Uses of GetNetworkResourcesRequest in software.amazon.awssdk.services.networkmanager.paginators
Constructors in software.amazon.awssdk.services.networkmanager.paginators with parameters of type GetNetworkResourcesRequest Constructor Description GetNetworkResourcesIterable(NetworkManagerClient client, GetNetworkResourcesRequest firstRequest)GetNetworkResourcesPublisher(NetworkManagerAsyncClient client, GetNetworkResourcesRequest firstRequest) -
Uses of GetNetworkResourcesRequest in software.amazon.awssdk.services.networkmanager.transform
Methods in software.amazon.awssdk.services.networkmanager.transform with parameters of type GetNetworkResourcesRequest Modifier and Type Method Description SdkHttpFullRequestGetNetworkResourcesRequestMarshaller. marshall(GetNetworkResourcesRequest getNetworkResourcesRequest)
-