Amazon.IoT.AmazonIoTClient.UpdateThing C# (CSharp) 메소드

UpdateThing() 개인적인 메소드

private UpdateThing ( UpdateThingRequest request ) : UpdateThingResponse
request UpdateThingRequest
리턴 UpdateThingResponse
        internal UpdateThingResponse UpdateThing(UpdateThingRequest request)
        {
            var marshaller = new UpdateThingRequestMarshaller();
            var unmarshaller = UpdateThingResponseUnmarshaller.Instance;

            return Invoke<UpdateThingRequest,UpdateThingResponse>(request, marshaller, unmarshaller);
        }
AmazonIoTClient