| 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 GetDevicesResponse |
NetworkManagerClient.getDevices(Consumer<GetDevicesRequest.Builder> getDevicesRequest)
Gets information about one or more of your devices in a global network.
|
default GetDevicesResponse |
NetworkManagerClient.getDevices(GetDevicesRequest getDevicesRequest)
Gets information about one or more of your devices in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDevicesResponse> |
NetworkManagerAsyncClient.getDevices(Consumer<GetDevicesRequest.Builder> getDevicesRequest)
Gets information about one or more of your devices in a global network.
|
default CompletableFuture<GetDevicesResponse> |
NetworkManagerAsyncClient.getDevices(GetDevicesRequest getDevicesRequest)
Gets information about one or more of your devices in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetDevicesResponse> |
GetDevicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDevicesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetDevicesResponse> subscriber) |
Copyright © 2021. All rights reserved.