| Package | Description |
|---|---|
| software.amazon.awssdk.services.braket |
The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.
|
| software.amazon.awssdk.services.braket.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchDevicesResponse |
BraketClient.searchDevices(Consumer<SearchDevicesRequest.Builder> searchDevicesRequest)
Searches for devices using the specified filters.
|
default SearchDevicesResponse |
BraketClient.searchDevices(SearchDevicesRequest searchDevicesRequest)
Searches for devices using the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchDevicesResponse> |
BraketAsyncClient.searchDevices(Consumer<SearchDevicesRequest.Builder> searchDevicesRequest)
Searches for devices using the specified filters.
|
default CompletableFuture<SearchDevicesResponse> |
BraketAsyncClient.searchDevices(SearchDevicesRequest searchDevicesRequest)
Searches for devices using the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchDevicesResponse> |
SearchDevicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchDevicesPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchDevicesResponse> subscriber) |
Copyright © 2022. All rights reserved.