Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListDevicesRequest
-
Packages that use ListDevicesRequest 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 ListDevicesRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type ListDevicesRequest Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>DeviceFarmAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)Gets information about unique device types.default ListDevicesResponseDeviceFarmClient. listDevices(ListDevicesRequest listDevicesRequest)Gets information about unique device types.default ListDevicesPublisherDeviceFarmAsyncClient. listDevicesPaginator(ListDevicesRequest listDevicesRequest)Gets information about unique device types.default ListDevicesIterableDeviceFarmClient. listDevicesPaginator(ListDevicesRequest listDevicesRequest)Gets information about unique device types. -
Uses of ListDevicesRequest in software.amazon.awssdk.services.devicefarm.paginators
Constructors in software.amazon.awssdk.services.devicefarm.paginators with parameters of type ListDevicesRequest Constructor Description ListDevicesIterable(DeviceFarmClient client, ListDevicesRequest firstRequest)ListDevicesPublisher(DeviceFarmAsyncClient client, ListDevicesRequest firstRequest) -
Uses of ListDevicesRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type ListDevicesRequest Modifier and Type Method Description SdkHttpFullRequestListDevicesRequestMarshaller. marshall(ListDevicesRequest listDevicesRequest)
-