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