Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetConnectPeerAssociationsResponse
-
Packages that use GetConnectPeerAssociationsResponse 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 GetConnectPeerAssociationsResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetConnectPeerAssociationsResponse Modifier and Type Method Description default GetConnectPeerAssociationsResponseNetworkManagerClient. getConnectPeerAssociations(Consumer<GetConnectPeerAssociationsRequest.Builder> getConnectPeerAssociationsRequest)Returns information about a core network Connect peer associations.default GetConnectPeerAssociationsResponseNetworkManagerClient. getConnectPeerAssociations(GetConnectPeerAssociationsRequest getConnectPeerAssociationsRequest)Returns information about a core network Connect peer associations.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetConnectPeerAssociationsResponse Modifier and Type Method Description default CompletableFuture<GetConnectPeerAssociationsResponse>NetworkManagerAsyncClient. getConnectPeerAssociations(Consumer<GetConnectPeerAssociationsRequest.Builder> getConnectPeerAssociationsRequest)Returns information about a core network Connect peer associations.default CompletableFuture<GetConnectPeerAssociationsResponse>NetworkManagerAsyncClient. getConnectPeerAssociations(GetConnectPeerAssociationsRequest getConnectPeerAssociationsRequest)Returns information about a core network Connect peer associations. -
Uses of GetConnectPeerAssociationsResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetConnectPeerAssociationsResponse Modifier and Type Method Description Iterator<GetConnectPeerAssociationsResponse>GetConnectPeerAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetConnectPeerAssociationsResponse Modifier and Type Method Description voidGetConnectPeerAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetConnectPeerAssociationsResponse> subscriber)
-