Uses of Class
software.amazon.awssdk.services.devicefarm.model.UpdateDevicePoolRequest
-
Packages that use UpdateDevicePoolRequest Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.transform -
-
Uses of UpdateDevicePoolRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type UpdateDevicePoolRequest Modifier and Type Method Description default CompletableFuture<UpdateDevicePoolResponse>DeviceFarmAsyncClient. updateDevicePool(UpdateDevicePoolRequest 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. -
Uses of UpdateDevicePoolRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type UpdateDevicePoolRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDevicePoolRequestMarshaller. marshall(UpdateDevicePoolRequest updateDevicePoolRequest)
-