Amazon.DeviceFarm.AmazonDeviceFarmClient.ListDevicePools C# (CSharp) Method

ListDevicePools() public method

Gets information about device pools.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListDevicePools ( ListDevicePoolsRequest request ) : Amazon.DeviceFarm.Model.ListDevicePoolsResponse
request Amazon.DeviceFarm.Model.ListDevicePoolsRequest Container for the necessary parameters to execute the ListDevicePools service method.
return Amazon.DeviceFarm.Model.ListDevicePoolsResponse
        public ListDevicePoolsResponse ListDevicePools(ListDevicePoolsRequest request)
        {
            var marshaller = new ListDevicePoolsRequestMarshaller();
            var unmarshaller = ListDevicePoolsResponseUnmarshaller.Instance;

            return Invoke<ListDevicePoolsRequest,ListDevicePoolsResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient