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

SetLoggingOptions() 개인적인 메소드

private SetLoggingOptions ( SetLoggingOptionsRequest request ) : SetLoggingOptionsResponse
request SetLoggingOptionsRequest
리턴 SetLoggingOptionsResponse
        internal SetLoggingOptionsResponse SetLoggingOptions(SetLoggingOptionsRequest request)
        {
            var marshaller = new SetLoggingOptionsRequestMarshaller();
            var unmarshaller = SetLoggingOptionsResponseUnmarshaller.Instance;

            return Invoke<SetLoggingOptionsRequest,SetLoggingOptionsResponse>(request, marshaller, unmarshaller);
        }
AmazonIoTClient