| 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.model |
| 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 GetDevicesResponse |
NetworkManagerClient.getDevices(Consumer<GetDevicesRequest.Builder> getDevicesRequest)
Gets information about one or more of your devices in a global network.
|
default GetDevicesPublisher |
NetworkManagerAsyncClient.getDevicesPaginator(Consumer<GetDevicesRequest.Builder> getDevicesRequest)
Gets information about one or more of your devices in a global network.
|
default GetDevicesIterable |
NetworkManagerClient.getDevicesPaginator(Consumer<GetDevicesRequest.Builder> getDevicesRequest)
Gets information about one or more of your devices in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDevicesRequest.Builder |
GetDevicesRequest.builder() |
GetDevicesRequest.Builder |
GetDevicesRequest.Builder.deviceIds(Collection<String> deviceIds)
One or more device IDs.
|
GetDevicesRequest.Builder |
GetDevicesRequest.Builder.deviceIds(String... deviceIds)
One or more device IDs.
|
GetDevicesRequest.Builder |
GetDevicesRequest.Builder.globalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetDevicesRequest.Builder |
GetDevicesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return.
|
GetDevicesRequest.Builder |
GetDevicesRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
GetDevicesRequest.Builder |
GetDevicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDevicesRequest.Builder |
GetDevicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDevicesRequest.Builder |
GetDevicesRequest.Builder.siteId(String siteId)
The ID of the site.
|
GetDevicesRequest.Builder |
GetDevicesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDevicesRequest.Builder> |
GetDevicesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.