Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.SwapEnvironmentCNAMEs C# (CSharp) Method

SwapEnvironmentCNAMEs() public method

Swaps the CNAMEs of two environments.
public SwapEnvironmentCNAMEs ( SwapEnvironmentCNAMEsRequest request ) : Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsResponse
request Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsRequest Container for the necessary parameters to execute the SwapEnvironmentCNAMEs service method.
return Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsResponse
        public SwapEnvironmentCNAMEsResponse SwapEnvironmentCNAMEs(SwapEnvironmentCNAMEsRequest request)
        {
            var marshaller = new SwapEnvironmentCNAMEsRequestMarshaller();
            var unmarshaller = SwapEnvironmentCNAMEsResponseUnmarshaller.Instance;

            return Invoke<SwapEnvironmentCNAMEsRequest,SwapEnvironmentCNAMEsResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient