| Package | Description |
|---|---|
| software.amazon.awssdk.services.braket.model | |
| software.amazon.awssdk.services.braket.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DeviceSummary> |
SearchDevicesResponse.devices()
An array of
DeviceSummary objects for devices that match the specified filter values. |
| Modifier and Type | Method and Description |
|---|---|
SearchDevicesResponse.Builder |
SearchDevicesResponse.Builder.devices(DeviceSummary... devices)
An array of
DeviceSummary objects for devices that match the specified filter values. |
| Modifier and Type | Method and Description |
|---|---|
SearchDevicesResponse.Builder |
SearchDevicesResponse.Builder.devices(Collection<DeviceSummary> devices)
An array of
DeviceSummary objects for devices that match the specified filter values. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<DeviceSummary> |
SearchDevicesIterable.devices()
Returns an iterable to iterate through the paginated
SearchDevicesResponse.devices() member. |
SdkPublisher<DeviceSummary> |
SearchDevicesPublisher.devices()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.