Uses of Class
software.amazon.awssdk.services.braket.model.GetDeviceResponse
-
Packages that use GetDeviceResponse Package Description software.amazon.awssdk.services.braket The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket. -
-
Uses of GetDeviceResponse in software.amazon.awssdk.services.braket
Methods in software.amazon.awssdk.services.braket that return GetDeviceResponse Modifier and Type Method Description default GetDeviceResponseBraketClient. getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)Retrieves the devices available in Amazon Braket.default GetDeviceResponseBraketClient. getDevice(GetDeviceRequest getDeviceRequest)Retrieves the devices available in Amazon Braket.Methods in software.amazon.awssdk.services.braket that return types with arguments of type GetDeviceResponse Modifier and Type Method Description default CompletableFuture<GetDeviceResponse>BraketAsyncClient. getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)Retrieves the devices available in Amazon Braket.default CompletableFuture<GetDeviceResponse>BraketAsyncClient. getDevice(GetDeviceRequest getDeviceRequest)Retrieves the devices available in Amazon Braket.
-