Uses of Class
software.amazon.awssdk.services.devicefarm.model.UpdateDevicePoolResponse
-
Packages that use UpdateDevicePoolResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of UpdateDevicePoolResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return UpdateDevicePoolResponse Modifier and Type Method Description default UpdateDevicePoolResponseDeviceFarmClient. updateDevicePool(Consumer<UpdateDevicePoolRequest.Builder> updateDevicePoolRequest)Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.default UpdateDevicePoolResponseDeviceFarmClient. updateDevicePool(UpdateDevicePoolRequest updateDevicePoolRequest)Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type UpdateDevicePoolResponse Modifier and Type Method Description default CompletableFuture<UpdateDevicePoolResponse>DeviceFarmAsyncClient. updateDevicePool(Consumer<UpdateDevicePoolRequest.Builder> updateDevicePoolRequest)Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.default CompletableFuture<UpdateDevicePoolResponse>DeviceFarmAsyncClient. updateDevicePool(UpdateDevicePoolRequest updateDevicePoolRequest)Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.
-