| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager |
Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor
your AWS and on-premises networks that are built around transit gateways.
|
| software.amazon.awssdk.services.networkmanager.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetLinkAssociationsResponse |
NetworkManagerClient.getLinkAssociations(Consumer<GetLinkAssociationsRequest.Builder> getLinkAssociationsRequest)
Gets the link associations for a device or a link.
|
default GetLinkAssociationsResponse |
NetworkManagerClient.getLinkAssociations(GetLinkAssociationsRequest getLinkAssociationsRequest)
Gets the link associations for a device or a link.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetLinkAssociationsResponse> |
GetLinkAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLinkAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetLinkAssociationsResponse> subscriber) |
Copyright © 2021. All rights reserved.