Amazon.OpsWorks.AmazonOpsWorksClient.StopStack C# (CSharp) Method

StopStack() private method

private StopStack ( StopStackRequest request ) : Amazon.OpsWorks.Model.StopStackResponse
request Amazon.OpsWorks.Model.StopStackRequest
return Amazon.OpsWorks.Model.StopStackResponse
        internal StopStackResponse StopStack(StopStackRequest request)
        {
            var marshaller = new StopStackRequestMarshaller();
            var unmarshaller = StopStackResponseUnmarshaller.Instance;

            return Invoke<StopStackRequest,StopStackResponse>(request, marshaller, unmarshaller);
        }
AmazonOpsWorksClient