Amazon.DeviceFarm.AmazonDeviceFarmClient.ListDevices C# (CSharp) 메소드

ListDevices() 공개 메소드

Gets information about unique device types.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListDevices ( ListDevicesRequest request ) : Amazon.DeviceFarm.Model.ListDevicesResponse
request Amazon.DeviceFarm.Model.ListDevicesRequest Container for the necessary parameters to execute the ListDevices service method.
리턴 Amazon.DeviceFarm.Model.ListDevicesResponse
        public ListDevicesResponse ListDevices(ListDevicesRequest request)
        {
            var marshaller = new ListDevicesRequestMarshaller();
            var unmarshaller = ListDevicesResponseUnmarshaller.Instance;

            return Invoke<ListDevicesRequest,ListDevicesResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient