| 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 |
|---|---|
Future<UpdateDeviceResult> |
AbstractAWSNetworkManagerAsync.updateDeviceAsync(UpdateDeviceRequest request,
AsyncHandler<UpdateDeviceRequest,UpdateDeviceResult> asyncHandler) |
Future<UpdateDeviceResult> |
AWSNetworkManagerAsyncClient.updateDeviceAsync(UpdateDeviceRequest request,
AsyncHandler<UpdateDeviceRequest,UpdateDeviceResult> asyncHandler) |
Future<UpdateDeviceResult> |
AWSNetworkManagerAsync.updateDeviceAsync(UpdateDeviceRequest updateDeviceRequest,
AsyncHandler<UpdateDeviceRequest,UpdateDeviceResult> asyncHandler)
Updates the details for an existing device.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDeviceRequest |
UpdateDeviceRequest.clone() |
UpdateDeviceRequest |
UpdateDeviceRequest.withAWSLocation(AWSLocation aWSLocation)
The Amazon Web Services location of the device, if applicable.
|
UpdateDeviceRequest |
UpdateDeviceRequest.withDescription(String description)
A description of the device.
|
UpdateDeviceRequest |
UpdateDeviceRequest.withDeviceId(String deviceId)
The ID of the device.
|
UpdateDeviceRequest |
UpdateDeviceRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
UpdateDeviceRequest |
UpdateDeviceRequest.withLocation(Location location) |
UpdateDeviceRequest |
UpdateDeviceRequest.withModel(String model)
The model of the device.
|
UpdateDeviceRequest |
UpdateDeviceRequest.withSerialNumber(String serialNumber)
The serial number of the device.
|
UpdateDeviceRequest |
UpdateDeviceRequest.withSiteId(String siteId)
The ID of the site.
|
UpdateDeviceRequest |
UpdateDeviceRequest.withType(String type)
The type of the device.
|
UpdateDeviceRequest |
UpdateDeviceRequest.withVendor(String vendor)
The vendor of the device.
|
Copyright © 2025. All rights reserved.