Uses of Class
software.amazon.awssdk.services.networkmanager.model.ListPeeringsResponse
-
Packages that use ListPeeringsResponse 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 ListPeeringsResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return ListPeeringsResponse Modifier and Type Method Description default ListPeeringsResponseNetworkManagerClient. listPeerings(Consumer<ListPeeringsRequest.Builder> listPeeringsRequest)Lists the peerings for a core network.default ListPeeringsResponseNetworkManagerClient. listPeerings(ListPeeringsRequest listPeeringsRequest)Lists the peerings for a core network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type ListPeeringsResponse Modifier and Type Method Description default CompletableFuture<ListPeeringsResponse>NetworkManagerAsyncClient. listPeerings(Consumer<ListPeeringsRequest.Builder> listPeeringsRequest)Lists the peerings for a core network.default CompletableFuture<ListPeeringsResponse>NetworkManagerAsyncClient. listPeerings(ListPeeringsRequest listPeeringsRequest)Lists the peerings for a core network. -
Uses of ListPeeringsResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type ListPeeringsResponse Modifier and Type Method Description Iterator<ListPeeringsResponse>ListPeeringsIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type ListPeeringsResponse Modifier and Type Method Description voidListPeeringsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPeeringsResponse> subscriber)
-