Uses of Class
software.amazon.awssdk.services.braket.model.DeviceQueueInfo
-
Packages that use DeviceQueueInfo Package Description software.amazon.awssdk.services.braket.model -
-
Uses of DeviceQueueInfo in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return types with arguments of type DeviceQueueInfo Modifier and Type Method Description List<DeviceQueueInfo>GetDeviceResponse. deviceQueueInfo()List of information about tasks and jobs queued on a device.Methods in software.amazon.awssdk.services.braket.model with parameters of type DeviceQueueInfo Modifier and Type Method Description GetDeviceResponse.BuilderGetDeviceResponse.Builder. deviceQueueInfo(DeviceQueueInfo... deviceQueueInfo)List of information about tasks and jobs queued on a device.Method parameters in software.amazon.awssdk.services.braket.model with type arguments of type DeviceQueueInfo Modifier and Type Method Description GetDeviceResponse.BuilderGetDeviceResponse.Builder. deviceQueueInfo(Collection<DeviceQueueInfo> deviceQueueInfo)List of information about tasks and jobs queued on a device.
-