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