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