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

CreateTopicRule() 개인적인 메소드

private CreateTopicRule ( CreateTopicRuleRequest request ) : CreateTopicRuleResponse
request Amazon.IoT.Model.CreateTopicRuleRequest
리턴 CreateTopicRuleResponse
        internal CreateTopicRuleResponse CreateTopicRule(CreateTopicRuleRequest request)
        {
            var marshaller = new CreateTopicRuleRequestMarshaller();
            var unmarshaller = CreateTopicRuleResponseUnmarshaller.Instance;

            return Invoke<CreateTopicRuleRequest,CreateTopicRuleResponse>(request, marshaller, unmarshaller);
        }
AmazonIoTClient