Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.RunJobFlow C# (CSharp) Method

RunJobFlow() private method

private RunJobFlow ( RunJobFlowRequest request ) : RunJobFlowResponse
request Amazon.ElasticMapReduce.Model.RunJobFlowRequest
return Amazon.ElasticMapReduce.Model.RunJobFlowResponse
        internal RunJobFlowResponse RunJobFlow(RunJobFlowRequest request)
        {
            var marshaller = new RunJobFlowRequestMarshaller();
            var unmarshaller = RunJobFlowResponseUnmarshaller.Instance;

            return Invoke<RunJobFlowRequest,RunJobFlowResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticMapReduceClient