| Package | Description |
|---|---|
| software.amazon.awssdk.services.braket.model | |
| software.amazon.awssdk.services.braket.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<QuantumTaskSummary> |
SearchQuantumTasksResponse.quantumTasks()
An array of
QuantumTaskSummary objects for tasks that match the specified filters. |
| Modifier and Type | Method and Description |
|---|---|
SearchQuantumTasksResponse.Builder |
SearchQuantumTasksResponse.Builder.quantumTasks(QuantumTaskSummary... quantumTasks)
An array of
QuantumTaskSummary objects for tasks that match the specified filters. |
| Modifier and Type | Method and Description |
|---|---|
SearchQuantumTasksResponse.Builder |
SearchQuantumTasksResponse.Builder.quantumTasks(Collection<QuantumTaskSummary> quantumTasks)
An array of
QuantumTaskSummary objects for tasks that match the specified filters. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<QuantumTaskSummary> |
SearchQuantumTasksIterable.quantumTasks()
Returns an iterable to iterate through the paginated
SearchQuantumTasksResponse.quantumTasks() member. |
SdkPublisher<QuantumTaskSummary> |
SearchQuantumTasksPublisher.quantumTasks()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.