Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListDeviceInstancesRequest
-
Packages that use ListDeviceInstancesRequest Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.transform -
-
Uses of ListDeviceInstancesRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type ListDeviceInstancesRequest Modifier and Type Method Description default CompletableFuture<ListDeviceInstancesResponse>DeviceFarmAsyncClient. listDeviceInstances(ListDeviceInstancesRequest listDeviceInstancesRequest)Returns information about the private device instances associated with one or more AWS accounts.default ListDeviceInstancesResponseDeviceFarmClient. listDeviceInstances(ListDeviceInstancesRequest listDeviceInstancesRequest)Returns information about the private device instances associated with one or more AWS accounts. -
Uses of ListDeviceInstancesRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type ListDeviceInstancesRequest Modifier and Type Method Description SdkHttpFullRequestListDeviceInstancesRequestMarshaller. marshall(ListDeviceInstancesRequest listDeviceInstancesRequest)
-