| 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 GetSitesResponse |
NetworkManagerClient.getSites(Consumer<GetSitesRequest.Builder> getSitesRequest)
Gets information about one or more of your sites in a global network.
|
default GetSitesResponse |
NetworkManagerClient.getSites(GetSitesRequest getSitesRequest)
Gets information about one or more of your sites in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSitesResponse> |
NetworkManagerAsyncClient.getSites(Consumer<GetSitesRequest.Builder> getSitesRequest)
Gets information about one or more of your sites in a global network.
|
default CompletableFuture<GetSitesResponse> |
NetworkManagerAsyncClient.getSites(GetSitesRequest getSitesRequest)
Gets information about one or more of your sites in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetSitesResponse> |
GetSitesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSitesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetSitesResponse> subscriber) |
Copyright © 2021. All rights reserved.