| 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 |
| 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 © 2022. All rights reserved.