Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetTransitGatewayConnectPeerAssociationsResponse
-
Packages that use GetTransitGatewayConnectPeerAssociationsResponse 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 GetTransitGatewayConnectPeerAssociationsResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetTransitGatewayConnectPeerAssociationsResponse Modifier and Type Method Description default GetTransitGatewayConnectPeerAssociationsResponseNetworkManagerClient. getTransitGatewayConnectPeerAssociations(Consumer<GetTransitGatewayConnectPeerAssociationsRequest.Builder> getTransitGatewayConnectPeerAssociationsRequest)Gets information about one or more of your transit gateway Connect peer associations in a global network.default GetTransitGatewayConnectPeerAssociationsResponseNetworkManagerClient. getTransitGatewayConnectPeerAssociations(GetTransitGatewayConnectPeerAssociationsRequest getTransitGatewayConnectPeerAssociationsRequest)Gets information about one or more of your transit gateway Connect peer associations in a global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetTransitGatewayConnectPeerAssociationsResponse Modifier and Type Method Description default CompletableFuture<GetTransitGatewayConnectPeerAssociationsResponse>NetworkManagerAsyncClient. getTransitGatewayConnectPeerAssociations(Consumer<GetTransitGatewayConnectPeerAssociationsRequest.Builder> getTransitGatewayConnectPeerAssociationsRequest)Gets information about one or more of your transit gateway Connect peer associations in a global network.default CompletableFuture<GetTransitGatewayConnectPeerAssociationsResponse>NetworkManagerAsyncClient. getTransitGatewayConnectPeerAssociations(GetTransitGatewayConnectPeerAssociationsRequest getTransitGatewayConnectPeerAssociationsRequest)Gets information about one or more of your transit gateway Connect peer associations in a global network. -
Uses of GetTransitGatewayConnectPeerAssociationsResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetTransitGatewayConnectPeerAssociationsResponse Modifier and Type Method Description Iterator<GetTransitGatewayConnectPeerAssociationsResponse>GetTransitGatewayConnectPeerAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetTransitGatewayConnectPeerAssociationsResponse Modifier and Type Method Description voidGetTransitGatewayConnectPeerAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetTransitGatewayConnectPeerAssociationsResponse> subscriber)
-