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

PutAutoScalingPolicy() private method

private PutAutoScalingPolicy ( PutAutoScalingPolicyRequest request ) : PutAutoScalingPolicyResponse
request Amazon.ElasticMapReduce.Model.PutAutoScalingPolicyRequest
return Amazon.ElasticMapReduce.Model.PutAutoScalingPolicyResponse
        internal PutAutoScalingPolicyResponse PutAutoScalingPolicy(PutAutoScalingPolicyRequest request)
        {
            var marshaller = new PutAutoScalingPolicyRequestMarshaller();
            var unmarshaller = PutAutoScalingPolicyResponseUnmarshaller.Instance;

            return Invoke<PutAutoScalingPolicyRequest,PutAutoScalingPolicyResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticMapReduceClient