| 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 GetConnectionsResponse |
NetworkManagerClient.getConnections(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)
Gets information about one or more of your connections in a global network.
|
default GetConnectionsResponse |
NetworkManagerClient.getConnections(GetConnectionsRequest getConnectionsRequest)
Gets information about one or more of your connections in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetConnectionsResponse> |
NetworkManagerAsyncClient.getConnections(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)
Gets information about one or more of your connections in a global network.
|
default CompletableFuture<GetConnectionsResponse> |
NetworkManagerAsyncClient.getConnections(GetConnectionsRequest getConnectionsRequest)
Gets information about one or more of your connections in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetConnectionsResponse> |
GetConnectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetConnectionsResponse> subscriber) |
Copyright © 2022. All rights reserved.