Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetDevicePoolRequest
-
Packages that use GetDevicePoolRequest 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 GetDevicePoolRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type GetDevicePoolRequest Modifier and Type Method Description default CompletableFuture<GetDevicePoolResponse>DeviceFarmAsyncClient. getDevicePool(GetDevicePoolRequest getDevicePoolRequest)Gets information about a device pool.default GetDevicePoolResponseDeviceFarmClient. getDevicePool(GetDevicePoolRequest getDevicePoolRequest)Gets information about a device pool. -
Uses of GetDevicePoolRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type GetDevicePoolRequest Modifier and Type Method Description SdkHttpFullRequestGetDevicePoolRequestMarshaller. marshall(GetDevicePoolRequest getDevicePoolRequest)
-