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

UpdateApplicationVersion() public method

Updates the specified application version to have the specified properties.

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

public UpdateApplicationVersion ( UpdateApplicationVersionRequest request ) : UpdateApplicationVersionResponse
request Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest Container for the necessary parameters to execute the UpdateApplicationVersion service method.
return Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionResponse
        public UpdateApplicationVersionResponse UpdateApplicationVersion(UpdateApplicationVersionRequest request)
        {
            var marshaller = new UpdateApplicationVersionRequestMarshaller();
            var unmarshaller = UpdateApplicationVersionResponseUnmarshaller.Instance;

            return Invoke<UpdateApplicationVersionRequest,UpdateApplicationVersionResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient