Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetNetworkResourceRelationshipsResponse
-
Packages that use GetNetworkResourceRelationshipsResponse 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 GetNetworkResourceRelationshipsResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetNetworkResourceRelationshipsResponse Modifier and Type Method Description default GetNetworkResourceRelationshipsResponseNetworkManagerClient. getNetworkResourceRelationships(Consumer<GetNetworkResourceRelationshipsRequest.Builder> getNetworkResourceRelationshipsRequest)Gets the network resource relationships for the specified global network.default GetNetworkResourceRelationshipsResponseNetworkManagerClient. getNetworkResourceRelationships(GetNetworkResourceRelationshipsRequest getNetworkResourceRelationshipsRequest)Gets the network resource relationships for the specified global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetNetworkResourceRelationshipsResponse Modifier and Type Method Description default CompletableFuture<GetNetworkResourceRelationshipsResponse>NetworkManagerAsyncClient. getNetworkResourceRelationships(Consumer<GetNetworkResourceRelationshipsRequest.Builder> getNetworkResourceRelationshipsRequest)Gets the network resource relationships for the specified global network.default CompletableFuture<GetNetworkResourceRelationshipsResponse>NetworkManagerAsyncClient. getNetworkResourceRelationships(GetNetworkResourceRelationshipsRequest getNetworkResourceRelationshipsRequest)Gets the network resource relationships for the specified global network. -
Uses of GetNetworkResourceRelationshipsResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetNetworkResourceRelationshipsResponse Modifier and Type Method Description Iterator<GetNetworkResourceRelationshipsResponse>GetNetworkResourceRelationshipsIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetNetworkResourceRelationshipsResponse Modifier and Type Method Description voidGetNetworkResourceRelationshipsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetNetworkResourceRelationshipsResponse> subscriber)
-