Uses of Class
software.amazon.awssdk.services.networkmanager.model.UpdateDeviceResponse
-
Packages that use UpdateDeviceResponse 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. -
-
Uses of UpdateDeviceResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return UpdateDeviceResponse Modifier and Type Method Description default UpdateDeviceResponseNetworkManagerClient. updateDevice(Consumer<UpdateDeviceRequest.Builder> updateDeviceRequest)Updates the details for an existing device.default UpdateDeviceResponseNetworkManagerClient. updateDevice(UpdateDeviceRequest updateDeviceRequest)Updates the details for an existing device.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type UpdateDeviceResponse Modifier and Type Method Description default CompletableFuture<UpdateDeviceResponse>NetworkManagerAsyncClient. updateDevice(Consumer<UpdateDeviceRequest.Builder> updateDeviceRequest)Updates the details for an existing device.default CompletableFuture<UpdateDeviceResponse>NetworkManagerAsyncClient. updateDevice(UpdateDeviceRequest updateDeviceRequest)Updates the details for an existing device.
-