Amazon.IoT.AmazonIoTClient.GetLoggingOptions C# (CSharp) Метод

GetLoggingOptions() приватный Метод

private GetLoggingOptions ( GetLoggingOptionsRequest request ) : GetLoggingOptionsResponse
request GetLoggingOptionsRequest
Результат GetLoggingOptionsResponse
        internal GetLoggingOptionsResponse GetLoggingOptions(GetLoggingOptionsRequest request)
        {
            var marshaller = new GetLoggingOptionsRequestMarshaller();
            var unmarshaller = GetLoggingOptionsResponseUnmarshaller.Instance;

            return Invoke<GetLoggingOptionsRequest,GetLoggingOptionsResponse>(request, marshaller, unmarshaller);
        }
AmazonIoTClient