Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetDeviceRequest
-
Packages that use GetDeviceRequest Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.transform -
-
Uses of GetDeviceRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type GetDeviceRequest Modifier and Type Method Description default CompletableFuture<GetDeviceResponse>DeviceFarmAsyncClient. getDevice(GetDeviceRequest getDeviceRequest)Gets information about a unique device type.default GetDeviceResponseDeviceFarmClient. getDevice(GetDeviceRequest getDeviceRequest)Gets information about a unique device type. -
Uses of GetDeviceRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type GetDeviceRequest Modifier and Type Method Description SdkHttpFullRequestGetDeviceRequestMarshaller. marshall(GetDeviceRequest getDeviceRequest)
-