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

UpdateApplication() public method

Updates the specified application to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear these properties, specify an empty string.

public UpdateApplication ( UpdateApplicationRequest request ) : UpdateApplicationResponse
request Amazon.ElasticBeanstalk.Model.UpdateApplicationRequest Container for the necessary parameters to execute the UpdateApplication service method.
return Amazon.ElasticBeanstalk.Model.UpdateApplicationResponse
        public UpdateApplicationResponse UpdateApplication(UpdateApplicationRequest request)
        {
            var marshaller = new UpdateApplicationRequestMarshaller();
            var unmarshaller = UpdateApplicationResponseUnmarshaller.Instance;

            return Invoke<UpdateApplicationRequest,UpdateApplicationResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient