| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceQueueInfo |
DeviceQueueInfo.clone() |
DeviceQueueInfo |
DeviceQueueInfo.withQueue(QueueName queue)
The name of the queue.
|
DeviceQueueInfo |
DeviceQueueInfo.withQueue(String queue)
The name of the queue.
|
DeviceQueueInfo |
DeviceQueueInfo.withQueuePriority(QueuePriority queuePriority)
Optional.
|
DeviceQueueInfo |
DeviceQueueInfo.withQueuePriority(String queuePriority)
Optional.
|
DeviceQueueInfo |
DeviceQueueInfo.withQueueSize(String queueSize)
The number of jobs or tasks in the queue for a given device.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceQueueInfo> |
GetDeviceResult.getDeviceQueueInfo()
List of information about tasks and jobs queued on a device.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceResult |
GetDeviceResult.withDeviceQueueInfo(DeviceQueueInfo... deviceQueueInfo)
List of information about tasks and jobs queued on a device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeviceResult.setDeviceQueueInfo(Collection<DeviceQueueInfo> deviceQueueInfo)
List of information about tasks and jobs queued on a device.
|
GetDeviceResult |
GetDeviceResult.withDeviceQueueInfo(Collection<DeviceQueueInfo> deviceQueueInfo)
List of information about tasks and jobs queued on a device.
|
Copyright © 2024. All rights reserved.