Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListDevicesResponse
-
Packages that use ListDevicesResponse 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 ListDevicesResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListDevicesResponse Modifier and Type Method Description default ListDevicesResponseDeviceFarmClient. listDevices()Gets information about unique device types.default ListDevicesResponseDeviceFarmClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Gets information about unique device types.default ListDevicesResponseDeviceFarmClient. listDevices(ListDevicesRequest listDevicesRequest)Gets information about unique device types.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListDevicesResponse Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>DeviceFarmAsyncClient. listDevices()Gets information about unique device types.default CompletableFuture<ListDevicesResponse>DeviceFarmAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Gets information about unique device types.default CompletableFuture<ListDevicesResponse>DeviceFarmAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)Gets information about unique device types. -
Uses of ListDevicesResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type ListDevicesResponse Modifier and Type Method Description Iterator<ListDevicesResponse>ListDevicesIterable. iterator()Method parameters in software.amazon.awssdk.services.devicefarm.paginators with type arguments of type ListDevicesResponse Modifier and Type Method Description voidListDevicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDevicesResponse> subscriber)
-