| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
GetDevicesResult |
AWSNetworkManagerClient.getDevices(GetDevicesRequest request)
Gets information about one or more of your devices in a global network.
|
GetDevicesResult |
AWSNetworkManager.getDevices(GetDevicesRequest getDevicesRequest)
Gets information about one or more of your devices in a global network.
|
GetDevicesResult |
AbstractAWSNetworkManager.getDevices(GetDevicesRequest request) |
Future<GetDevicesResult> |
AbstractAWSNetworkManagerAsync.getDevicesAsync(GetDevicesRequest request) |
Future<GetDevicesResult> |
AWSNetworkManagerAsyncClient.getDevicesAsync(GetDevicesRequest request) |
Future<GetDevicesResult> |
AWSNetworkManagerAsync.getDevicesAsync(GetDevicesRequest getDevicesRequest)
Gets information about one or more of your devices in a global network.
|
Future<GetDevicesResult> |
AbstractAWSNetworkManagerAsync.getDevicesAsync(GetDevicesRequest request,
AsyncHandler<GetDevicesRequest,GetDevicesResult> asyncHandler) |
Future<GetDevicesResult> |
AWSNetworkManagerAsyncClient.getDevicesAsync(GetDevicesRequest request,
AsyncHandler<GetDevicesRequest,GetDevicesResult> asyncHandler) |
Future<GetDevicesResult> |
AWSNetworkManagerAsync.getDevicesAsync(GetDevicesRequest getDevicesRequest,
AsyncHandler<GetDevicesRequest,GetDevicesResult> asyncHandler)
Gets information about one or more of your devices in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDevicesResult> |
AbstractAWSNetworkManagerAsync.getDevicesAsync(GetDevicesRequest request,
AsyncHandler<GetDevicesRequest,GetDevicesResult> asyncHandler) |
Future<GetDevicesResult> |
AWSNetworkManagerAsyncClient.getDevicesAsync(GetDevicesRequest request,
AsyncHandler<GetDevicesRequest,GetDevicesResult> asyncHandler) |
Future<GetDevicesResult> |
AWSNetworkManagerAsync.getDevicesAsync(GetDevicesRequest getDevicesRequest,
AsyncHandler<GetDevicesRequest,GetDevicesResult> asyncHandler)
Gets information about one or more of your devices in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
GetDevicesRequest |
GetDevicesRequest.clone() |
GetDevicesRequest |
GetDevicesRequest.withDeviceIds(Collection<String> deviceIds)
One or more device IDs.
|
GetDevicesRequest |
GetDevicesRequest.withDeviceIds(String... deviceIds)
One or more device IDs.
|
GetDevicesRequest |
GetDevicesRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetDevicesRequest |
GetDevicesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
GetDevicesRequest |
GetDevicesRequest.withNextToken(String nextToken)
The token for the next page of results.
|
GetDevicesRequest |
GetDevicesRequest.withSiteId(String siteId)
The ID of the site.
|
Copyright © 2024. All rights reserved.