Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetLinkAssociationsResponse
-
Packages that use GetLinkAssociationsResponse 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 GetLinkAssociationsResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetLinkAssociationsResponse Modifier and Type Method Description default GetLinkAssociationsResponseNetworkManagerClient. getLinkAssociations(Consumer<GetLinkAssociationsRequest.Builder> getLinkAssociationsRequest)Gets the link associations for a device or a link.default GetLinkAssociationsResponseNetworkManagerClient. getLinkAssociations(GetLinkAssociationsRequest getLinkAssociationsRequest)Gets the link associations for a device or a link.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetLinkAssociationsResponse Modifier and Type Method Description default CompletableFuture<GetLinkAssociationsResponse>NetworkManagerAsyncClient. getLinkAssociations(Consumer<GetLinkAssociationsRequest.Builder> getLinkAssociationsRequest)Gets the link associations for a device or a link.default CompletableFuture<GetLinkAssociationsResponse>NetworkManagerAsyncClient. getLinkAssociations(GetLinkAssociationsRequest getLinkAssociationsRequest)Gets the link associations for a device or a link. -
Uses of GetLinkAssociationsResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetLinkAssociationsResponse Modifier and Type Method Description Iterator<GetLinkAssociationsResponse>GetLinkAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetLinkAssociationsResponse Modifier and Type Method Description voidGetLinkAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetLinkAssociationsResponse> subscriber)
-