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