Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetDeviceInstanceRequest
-
Packages that use GetDeviceInstanceRequest 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 GetDeviceInstanceRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type GetDeviceInstanceRequest Modifier and Type Method Description default CompletableFuture<GetDeviceInstanceResponse>DeviceFarmAsyncClient. getDeviceInstance(GetDeviceInstanceRequest 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. -
Uses of GetDeviceInstanceRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type GetDeviceInstanceRequest Modifier and Type Method Description SdkHttpFullRequestGetDeviceInstanceRequestMarshaller. marshall(GetDeviceInstanceRequest getDeviceInstanceRequest)
-