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

GetDevice() public method

Gets information about a unique device type.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetDevice ( Amazon.DeviceFarm.Model.GetDeviceRequest request ) : Amazon.DeviceFarm.Model.GetDeviceResponse
request Amazon.DeviceFarm.Model.GetDeviceRequest Container for the necessary parameters to execute the GetDevice service method.
return Amazon.DeviceFarm.Model.GetDeviceResponse
        public GetDeviceResponse GetDevice(GetDeviceRequest request)
        {
            var marshaller = new GetDeviceRequestMarshaller();
            var unmarshaller = GetDeviceResponseUnmarshaller.Instance;

            return Invoke<GetDeviceRequest,GetDeviceResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonDeviceFarmClient::GetDevice ( string arn ) : Amazon.DeviceFarm.Model.GetDeviceResponse
AmazonDeviceFarmClient