Uses of Class
software.amazon.awssdk.services.braket.model.GetDeviceRequest
-
Packages that use GetDeviceRequest 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.transform -
-
Uses of GetDeviceRequest in software.amazon.awssdk.services.braket
Methods in software.amazon.awssdk.services.braket with parameters of type GetDeviceRequest Modifier and Type Method Description default CompletableFuture<GetDeviceResponse>BraketAsyncClient. getDevice(GetDeviceRequest getDeviceRequest)Retrieves the devices available in Amazon Braket.default GetDeviceResponseBraketClient. getDevice(GetDeviceRequest getDeviceRequest)Retrieves the devices available in Amazon Braket. -
Uses of GetDeviceRequest in software.amazon.awssdk.services.braket.transform
Methods in software.amazon.awssdk.services.braket.transform with parameters of type GetDeviceRequest Modifier and Type Method Description SdkHttpFullRequestGetDeviceRequestMarshaller. marshall(GetDeviceRequest getDeviceRequest)
-