| 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 ListPeeringsResponse |
NetworkManagerClient.listPeerings(Consumer<ListPeeringsRequest.Builder> listPeeringsRequest)
Lists the peerings for a core network.
|
default ListPeeringsResponse |
NetworkManagerClient.listPeerings(ListPeeringsRequest listPeeringsRequest)
Lists the peerings for a core network.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPeeringsResponse> |
NetworkManagerAsyncClient.listPeerings(Consumer<ListPeeringsRequest.Builder> listPeeringsRequest)
Lists the peerings for a core network.
|
default CompletableFuture<ListPeeringsResponse> |
NetworkManagerAsyncClient.listPeerings(ListPeeringsRequest listPeeringsRequest)
Lists the peerings for a core network.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPeeringsResponse> |
ListPeeringsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPeeringsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPeeringsResponse> subscriber) |
Copyright © 2023. All rights reserved.