Uses of Class
software.amazon.awssdk.services.devicefarm.model.UpdateDeviceInstanceResponse
-
Packages that use UpdateDeviceInstanceResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of UpdateDeviceInstanceResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return UpdateDeviceInstanceResponse Modifier and Type Method Description default UpdateDeviceInstanceResponseDeviceFarmClient. updateDeviceInstance(Consumer<UpdateDeviceInstanceRequest.Builder> updateDeviceInstanceRequest)Updates information about a private device instance.default UpdateDeviceInstanceResponseDeviceFarmClient. updateDeviceInstance(UpdateDeviceInstanceRequest updateDeviceInstanceRequest)Updates information about a private device instance.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type UpdateDeviceInstanceResponse Modifier and Type Method Description default CompletableFuture<UpdateDeviceInstanceResponse>DeviceFarmAsyncClient. updateDeviceInstance(Consumer<UpdateDeviceInstanceRequest.Builder> updateDeviceInstanceRequest)Updates information about a private device instance.default CompletableFuture<UpdateDeviceInstanceResponse>DeviceFarmAsyncClient. updateDeviceInstance(UpdateDeviceInstanceRequest updateDeviceInstanceRequest)Updates information about a private device instance.
-