Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetDeviceInstanceResponse
-
Packages that use GetDeviceInstanceResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of GetDeviceInstanceResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return GetDeviceInstanceResponse Modifier and Type Method Description default GetDeviceInstanceResponseDeviceFarmClient. getDeviceInstance(Consumer<GetDeviceInstanceRequest.Builder> getDeviceInstanceRequest)Returns information about a device instance that belongs to a private device fleet.default GetDeviceInstanceResponseDeviceFarmClient. getDeviceInstance(GetDeviceInstanceRequest getDeviceInstanceRequest)Returns information about a device instance that belongs to a private device fleet.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type GetDeviceInstanceResponse Modifier and Type Method Description default CompletableFuture<GetDeviceInstanceResponse>DeviceFarmAsyncClient. getDeviceInstance(Consumer<GetDeviceInstanceRequest.Builder> getDeviceInstanceRequest)Returns information about a device instance that belongs to a private device fleet.default CompletableFuture<GetDeviceInstanceResponse>DeviceFarmAsyncClient. getDeviceInstance(GetDeviceInstanceRequest getDeviceInstanceRequest)Returns information about a device instance that belongs to a private device fleet.
-