Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.RemoveAutoScalingPolicy C# (CSharp) Méthode

RemoveAutoScalingPolicy() private méthode

private RemoveAutoScalingPolicy ( RemoveAutoScalingPolicyRequest request ) : RemoveAutoScalingPolicyResponse
request Amazon.ElasticMapReduce.Model.RemoveAutoScalingPolicyRequest
Résultat RemoveAutoScalingPolicyResponse
        internal RemoveAutoScalingPolicyResponse RemoveAutoScalingPolicy(RemoveAutoScalingPolicyRequest request)
        {
            var marshaller = new RemoveAutoScalingPolicyRequestMarshaller();
            var unmarshaller = RemoveAutoScalingPolicyResponseUnmarshaller.Instance;

            return Invoke<RemoveAutoScalingPolicyRequest,RemoveAutoScalingPolicyResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticMapReduceClient