Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListDevicePoolsResponse
-
Packages that use ListDevicePoolsResponse 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 -
-
Uses of ListDevicePoolsResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListDevicePoolsResponse Modifier and Type Method Description default ListDevicePoolsResponseDeviceFarmClient. listDevicePools(Consumer<ListDevicePoolsRequest.Builder> listDevicePoolsRequest)Gets information about device pools.default ListDevicePoolsResponseDeviceFarmClient. listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)Gets information about device pools.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListDevicePoolsResponse Modifier and Type Method Description default CompletableFuture<ListDevicePoolsResponse>DeviceFarmAsyncClient. listDevicePools(Consumer<ListDevicePoolsRequest.Builder> listDevicePoolsRequest)Gets information about device pools.default CompletableFuture<ListDevicePoolsResponse>DeviceFarmAsyncClient. listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)Gets information about device pools. -
Uses of ListDevicePoolsResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type ListDevicePoolsResponse Modifier and Type Method Description Iterator<ListDevicePoolsResponse>ListDevicePoolsIterable. iterator()Method parameters in software.amazon.awssdk.services.devicefarm.paginators with type arguments of type ListDevicePoolsResponse Modifier and Type Method Description voidListDevicePoolsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDevicePoolsResponse> subscriber)
-