| 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 GetLinksResponse |
NetworkManagerClient.getLinks(Consumer<GetLinksRequest.Builder> getLinksRequest)
Gets information about one or more links in a specified global network.
|
default GetLinksResponse |
NetworkManagerClient.getLinks(GetLinksRequest getLinksRequest)
Gets information about one or more links in a specified global network.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetLinksResponse> |
NetworkManagerAsyncClient.getLinks(Consumer<GetLinksRequest.Builder> getLinksRequest)
Gets information about one or more links in a specified global network.
|
default CompletableFuture<GetLinksResponse> |
NetworkManagerAsyncClient.getLinks(GetLinksRequest getLinksRequest)
Gets information about one or more links in a specified global network.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetLinksResponse> |
GetLinksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLinksPublisher.subscribe(org.reactivestreams.Subscriber<? super GetLinksResponse> subscriber) |
Copyright © 2021. All rights reserved.