| 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 | |
| software.amazon.awssdk.services.networkmanager.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetLinksResponse> |
NetworkManagerAsyncClient.getLinks(GetLinksRequest 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.
|
default GetLinksPublisher |
NetworkManagerAsyncClient.getLinksPaginator(GetLinksRequest getLinksRequest)
Gets information about one or more links in a specified global network.
|
default GetLinksIterable |
NetworkManagerClient.getLinksPaginator(GetLinksRequest getLinksRequest)
Gets information about one or more links in a specified global network.
|
| Constructor and Description |
|---|
GetLinksIterable(NetworkManagerClient client,
GetLinksRequest firstRequest) |
GetLinksPublisher(NetworkManagerAsyncClient client,
GetLinksRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetLinksRequestMarshaller.marshall(GetLinksRequest getLinksRequest) |
Copyright © 2021. All rights reserved.