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