Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListDevicePoolsRequest
-
Packages that use ListDevicePoolsRequest Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.paginators software.amazon.awssdk.services.devicefarm.transform -
-
Uses of ListDevicePoolsRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type ListDevicePoolsRequest Modifier and Type Method Description default CompletableFuture<ListDevicePoolsResponse>DeviceFarmAsyncClient. listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)Gets information about device pools.default ListDevicePoolsResponseDeviceFarmClient. listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)Gets information about device pools.default ListDevicePoolsPublisherDeviceFarmAsyncClient. listDevicePoolsPaginator(ListDevicePoolsRequest listDevicePoolsRequest)Gets information about device pools.default ListDevicePoolsIterableDeviceFarmClient. listDevicePoolsPaginator(ListDevicePoolsRequest listDevicePoolsRequest)Gets information about device pools. -
Uses of ListDevicePoolsRequest in software.amazon.awssdk.services.devicefarm.paginators
Constructors in software.amazon.awssdk.services.devicefarm.paginators with parameters of type ListDevicePoolsRequest Constructor Description ListDevicePoolsIterable(DeviceFarmClient client, ListDevicePoolsRequest firstRequest)ListDevicePoolsPublisher(DeviceFarmAsyncClient client, ListDevicePoolsRequest firstRequest) -
Uses of ListDevicePoolsRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type ListDevicePoolsRequest Modifier and Type Method Description SdkHttpFullRequestListDevicePoolsRequestMarshaller. marshall(ListDevicePoolsRequest listDevicePoolsRequest)
-